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

Latest commit

 

History

History
26 lines (17 loc) · 724 Bytes

Readme.md

File metadata and controls

26 lines (17 loc) · 724 Bytes

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).