graphene/docs/README.md

16 lines
190 B
Markdown
Raw Normal View History

2015-11-21 21:33:29 +03:00
# 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
```