Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 339 Bytes

File metadata and controls

21 lines (18 loc) · 339 Bytes

How to use

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 .