Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 400 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 400 Bytes

Valkyrie Demo

running the auto-linter

npm run clean

setting up a dev server

Install dependencies:

npm install

running a dev server

NODE_ENV=dev DEBUG=* npm start

running a mock production server locally

npm run heroku-postbuild
npm run start:prod

running the tests

npm run test:unit -- --single-run
npm run test:e2e -- --single-run