Pukaar - Technical Fest IIT Mandi
- Install nodejs and npm first.
- Fork the repo and then clone the repo using command -
git clone https://github.com/BeingHomosapien/Pukaar.git
- Move into the directory using -
cd Pukaar
. - Then install all the dependencies from the package.json using npm
npm install
- To activate the localhost server run -
nodejs index.js
- Now the app is in the development mode. Open (http://localhost:5000) to view it in the browser.