Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

cphfront/cphfront.github.io

Repository files navigation

cphfront.com

Community website for Copenhagen Frontenders.

Getting started

Clone the repositiory and install the needed dependencies from Rubygems and npm.

bundle install && npm install --dev

Install gulp globally on your machine (unless you automagically include node_modules dependencies in your $PATH).

npm install -g gulp

To start building while watching for changes in development just run gulp.

gulp

If you want to run a production version of the site then run gulp build. If you need to deploy then run gulp deploy. This part requires a valid .env with credentials to push to S3 and update the CloudFront distribution (only organizers have this).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published