mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
13 lines
223 B
Markdown
13 lines
223 B
Markdown
# Kube-ArangoDB Dashboard
|
|
|
|
The dashboard shows the current state of an operator.
|
|
|
|
## Development
|
|
|
|
During development, you can run the dev-server like this (in this directory):
|
|
|
|
```bash
|
|
# Only once
|
|
npm install
|
|
npm start
|
|
```
|