Skip to content
Akshay Gupta edited this page Feb 28, 2020 · 6 revisions

UI

Runs by default at http://localhost:3000

Please use node 10+

Quick run

npm start

Detailed guide for first time install

  • Go to /ui folder using cd ui
  • Ensure you have node and npm installed using node --version and npm --version
  • Run npm install to install dependencies
  • Run npm start to start the server on port 3000
Clone this wiki locally