https://github.com/phase2/outrigger-dashboard
Dashboard for Outrigger
https://github.com/phase2/outrigger-dashboard
dashboard docker-image outrigger
Last synced: about 1 year ago
JSON representation
Dashboard for Outrigger
- Host: GitHub
- URL: https://github.com/phase2/outrigger-dashboard
- Owner: phase2
- Created: 2017-02-16T23:00:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T17:20:22.000Z (over 8 years ago)
- Last Synced: 2025-01-12T17:35:45.027Z (over 1 year ago)
- Topics: dashboard, docker-image, outrigger
- Language: Vue
- Size: 109 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Outrigger Dashboard
[](https://microbadger.com/images/outrigger/dashboard "Get your own version badge on microbadger.com")[](https://microbadger.com/images/outrigger/dashboard "Get your own image badge on microbadger.com")
## Developing
To get an environment up and running
1. Ensure Outrigger is started
1. Make whatever changes you need to the server
1. Run `./dev-server.sh` to launch the server in dev mode
1. From the `frontend` folder, run `npm run dev`
1. Browse to [http://localhost:8080/](http://localhost:8080/)
1. If you make changes to the server, CTRL+c and run `./dev-server.sh` again