Requires nodejs and, for development, docker.
Install with npm install
.
In production, build with npm run heroku-postinstall
.
Start with npm start
(in dev this runs the build too and sets up the database).
To change the password:
npm run hash [new password]
PW_HASH
env var.For heroku, run heroku config:set PW_HASH="$(npm run -s hash [new password])"