- Setup the api of frontend from - API for Frontend
- Run
npm i
in root directory - Setup
DEV_API_URL
innext.config.js
to the URL where the API is running by default it ishttp://localhost:5000
- Run
npm run dev
- The production website is running at https://iitbhucybersec.netlify.app/
- Any commits to master branch of this remote repo will reflect on this site in a couple of minutes
- The
PRODUCTION_API_URL
by default is set to https://api-iitbhucybersec-main.herokuapp.com/ where the frontend API is running.