Skip to content

ResoluteAI-SW/PPE_FRONT_END

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPE_FRONT_END

PPE engine application

Live version:

https://fg003fe.web.app/

Start the application:

  1. Install Node.js on your system. Download it from here.
  2. Download Git from here.
  3. Setup Git SSH keys. Instructions are given here.
  4. Head over to console.
  5. Run the command: git clone [email protected]:ResoluteAI-SW/PPE_FRONT_END.git to clone the repository.
  6. Run the commands:
    cd PPE_FRONT_END
    cd ppe_frontend
    npm install
    npm start
  7. Project will open at localhost in your default browser.