Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garnertb/grafana.org
https://github.com/garnertb/grafana.org
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/garnertb/grafana.org
- Owner: garnertb
- Created: 2015-01-02T21:36:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T21:39:37.000Z (about 10 years ago)
- Last Synced: 2024-10-26T15:45:50.643Z (2 months ago)
- Language: CSS
- Size: 16.4 MB
- Stars: 0
- Watchers: 3
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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