graphene/docs/README.md
2015-11-25 11:23:31 -08:00

16 lines
190 B
Markdown

# Graphene Docs
Docs for Graphene
## Installation
For running locally this docs. You have to execute
```bash
npm install -g gatsby && npm install
```
And then
```bash
gatsby develop
```