An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Outrigger Dashboard

[![](https://images.microbadger.com/badges/version/outrigger/dashboard.svg)](https://microbadger.com/images/outrigger/dashboard "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/outrigger/dashboard.svg)](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