Before running project make sure you have
- nodeJs version 14 installed
- nodemon installed globally
- create .env file from the .env_example and fill the required info
For building on local machine run following commands
npm install
npm run dev:build
npm run dev:start
Then check http://localhost:3000 url on browser