mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
docs(dashboard): add instructions to get started
This commit is contained in:
committed by
Brandon Philips
parent
fa1b00cf91
commit
677590feb7
@@ -6,8 +6,18 @@
|
||||
|
||||
http://yeoman.io/
|
||||
|
||||
### Hacking
|
||||
### Install NPM locally
|
||||
|
||||
```
|
||||
grunt server
|
||||
npm install
|
||||
```
|
||||
|
||||
### Install Bower
|
||||
|
||||
```
|
||||
bower install
|
||||
```
|
||||
|
||||
### View in Browser
|
||||
|
||||
http://localhost:4001/etcd/mod/dashboard/
|
||||
|
||||
Reference in New Issue
Block a user