git clone https://gitlab.com/Shryder/nanonodemonitor.git
cd nanonodemonitor
npm install
npm i -g pm2
- Rename .env.example to .env
- Edit variables accordingly
pm2 start server.js --name=NanoNodeMonitor
Note: change NODE_ENV to production when going live