Clone repository:
git clone git@github.com:widok/skeleton.git
cd skeleton
When deploying, set the following environment variable:
export DEPLOY=true
This enables optimisations and runs the server on port 80.
Compile assets:
sbt assets
Compile to JavaScript and start server:
sbt ~reStart