npm install
To insert test users into the mongo database (development), run:
node scripts/insert-test-users.js
It will add manager@example.com/test and admin@example.com/test users to the database.
Requires the following micro-services to be running:
cp-core-services/dojos
See https://github.com/CoderDojo/cp-core-services
Ensure configuration file for the running environment exists and has the correct options. Default environment is development, options read from web/config/config.js - environment overrides in web/config/<environment>.env.
Start Server:
./start.sh web/config/development.env