NaturalHistoryMuseum / phthiraptera-transcription

App for transcription of phthiraptera slide data
GNU General Public License v3.0
0 stars 0 forks source link

Phthiraptera Transcriptions

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:

For heroku, run heroku config:set PW_HASH="$(npm run -s hash [new password])"