npm i
cp .env.tpl .env
npm run up
npm run reset-database
npm run logThen go to http://localhost:3000
Start
npm run upShow logs
npm run logStop
npm run downRestart
npm run restartTruncate Database, Migrate and apply seeds
npm run reset-databaseRun Lint
npm run lintRun tests
npm run test