Web app for pixlcrypt services.
Install node dependencies
make install
Run app on dev server
make start
Run tests
make test
Make a production build
make build
Build docker image
make docker-build
Run docker container (served on http://localhost:8000)
make docker-run
All successful commits will be deployed through travis