grafana/CONTRIBUTING.md

20 lines
245 B
Markdown
Raw Normal View History

Follow the setup guide in README.md
2014-03-05 06:02:33 -06:00
### Rebuild frontend assts on source change
```
grunt && grunt watch
```
2014-03-05 06:02:33 -06:00
### Rerun tests on source change
```
grunt karma:dev
```
### Run tests before commit
```
grunt test
godep go test -v ./pkg/...
```
2014-03-05 06:02:33 -06:00