This project contains the http://jscraftcamp.org site.
node.js 6.6
- run
yarn
to install all dependencies - run
yarn start
which will run the local webserver, for developing - run
yarn test
to run the tests - run
yarn build
to generate all static files and to concatenate all participants files into thedist
directory