- Install MongoDB
- Make sure Node version >= 6.2
npm install
npm i gulp -g
- fill in
config/config.template.js
with the missing fields - Rename
config.template.js
toconfig/config.js
- fill in
.env.template
with session secret - Rename
.env.template
to.env
gulp build
- Start Mongo
./scripts/db-start
, or change--db-path
if different npm start