added db location to install script
updated example
missed this change
Dependencies:
How to run:
sudo systemctl start mongod
npm install
npm run build
cp config.json.example config.json
npm run watch-less
npm run watch-react
npm run watch-server
Visit localhost:45678
How to run:
sudo systemctl enable mongod
sudo systemctl start mongod
cp config.json.example config.json
(and update SESSION_SECRET
)npm install
npm start