1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/dashboard/README.md

14 lines
223 B
Markdown
Raw Normal View History

2018-07-06 07:03:23 +00:00
# Kube-ArangoDB Dashboard
2018-07-02 10:40:32 +00:00
2018-07-06 07:03:23 +00:00
The dashboard shows the current state of an operator.
2018-07-02 10:40:32 +00:00
2018-07-06 07:03:23 +00:00
## Development
2018-07-02 10:40:32 +00:00
2018-07-06 07:03:23 +00:00
During development, you can run the dev-server like this (in this directory):
2018-07-02 10:40:32 +00:00
2018-07-06 07:03:23 +00:00
```bash
# Only once
npm install
npm start
2018-07-02 10:40:32 +00:00
```