Required Node version: v14 or higher (tested on v14.21.3).
Check .env
file and set the correct values.
Make sure your MongoDB is running in replica set mode.
$ npm install && npm run build && npm run db:init
$ npm run app:start
$ npm run sync:incr
$ npm run sync:full
In case you want to drop the database and start from scratch.
$ npm run db:recreate