Skip to content

phase2/outrigger-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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