We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install dependencies
$ npm install
Install Postgres
https://postgresapp.com/
Create database
$ createdb kjpa_test
$ export NODE_ENV=development && npm run db-init && npm run test