Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 481 Bytes

File metadata and controls

29 lines (19 loc) · 481 Bytes

How to use

The source code for the website is contained inside of the code branch.

All development should happen in the code branch and master should be used for pushing the built code to (what is in dist/).

To setup the development environment, after having installed node and bower, run:

npm install
bower install

To build the website you will have to run:

gulp build

The site will now be in dist.

To deploy the website run:

./deploy.sh