Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 554 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 554 Bytes

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 for simpler setup).
  • Go into the directory and run bundle install
  • Install Bower
  • Run bower install
  • Start the server to look at it locally with bundle exec middleman server
  • Make sweet edits
  • Check it at localhost:4567
  • Submit a pull request