PPE engine application
- Install Node.js on your system. Download it from here.
- Download Git from here.
- Setup Git SSH keys. Instructions are given here.
- Head over to console.
- Run the command:
git clone git@github.com:ResoluteAI-SW/PPE_FRONT_END.git
to clone the repository. - Run the commands:
cd PPE_FRONT_END cd ppe_frontend npm install npm start
- Project will open at localhost in your default browser.