mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
8f00e73079
* Bump dns-packet from 1.3.1 to 1.3.4 in /dashboard Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <support@github.com> * Regenerate assets Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ajanikow <12255597+ajanikow@users.noreply.github.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
assets.go | ||
Dockerfile.build | ||
package-lock.json | ||
package.json | ||
README.create-react-app.md | ||
README.md |
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):
# Only once
npm install
npm start