Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 752 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 752 Bytes

Outrigger Dashboard

Developing

To get an environment up and running

  1. Ensure Outrigger is started
  2. Make whatever changes you need to the server
  3. Run ./dev-server.sh to launch the server in dev mode
  4. From the frontend folder, run npm run dev
  5. Browse to http://localhost:8080/
  6. If you make changes to the server, CTRL+c and run ./dev-server.sh again