fork and clone this repo, do
cd robolabweb
install dependices
npm i
create .env file,
copy past template from .env.sample and fill in ur data
to start server do
npm start // for production
npm run dev // for development
For more information, read this .