Skip to content

thepatrik/pixlcrypt-web

Repository files navigation

pixlcrypt-web

Build Status

Web app for pixlcrypt services.

Dev

Scripts

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:https://localhost:8000)

make docker-run

Deployment

All successful commits will be deployed through travis