mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
28 lines
475 B
Markdown
28 lines
475 B
Markdown
# etcd Dashboard
|
|
|
|
## Developing
|
|
|
|
If you'd like to contribute to the etcd dashboard mod, follow these instructions. For contributing to the rest of etcd, see the contributing document in the root of the repository.
|
|
|
|
### Install yeoman
|
|
|
|
http://yeoman.io/
|
|
|
|
### Install NPM locally
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Install Bower Components
|
|
|
|
```
|
|
bower install
|
|
```
|
|
|
|
### View in Browser
|
|
|
|
Run etcd like you normally would and afterward browse to:
|
|
|
|
http://localhost:4001/etcd/mod/dashboard/
|