etcd/mod/dashboard/README.md
Brandon Philips ca7e61052d refactor(mod): remove the /etcd/ prefix
Originally we were going to move all of the API endpoints to /etcd/ so
that you could move etcd traffic over a multiplexed HTTP proxy with
other service but since we don't have a strong use case for this just
remove this for now.
2013-11-13 06:15:35 -08:00

28 lines
470 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/mod/dashboard/