Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 296 Bytes

opendds-performance-dashboard

If running locally (on localhost), start the REST server that is required to get past CORS issues:

  • cd server
  • npm install
  • npm start

Start the web server:

  • open a new terminal window
  • cd ui
  • npm install
  • npm run dev
  • browse localhost:5000