Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garnertb/grafana.org


https://github.com/garnertb/grafana.org

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

Grafana.org
=====================
This is the entire site and documentation for grafana.org. If you want to add to the documentation just do this:

* Fork this repo
* Install Ruby (MRI required) - (Optionally install [RVM](http://rvm.io/) for simpler setup).
* Go into the directory and run `bundle install`
* Start the server to look at it locally with `middleman server`
* Make sweet edits
* Check it at [localhost:4567](http://localhost:4567)
* Submit a pull request