Skip to content

Commit b013b06

Browse files
committed
Add Readme
1 parent 7822f3a commit b013b06

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# The GraphQL Guide
2+
3+
This repo contains the text of The GraphQL Guide.
4+
5+
## Supporting
6+
7+
If you'd like to read the Guide, and if you can afford to purchase it or if your company reimburses you for educational materials (most do 👍), we would value your support: [https://graphql.guide](https://graphql.guide).
8+
9+
## Contributing
10+
11+
We welcome issues and PRs. For large changes, we recommend opening an issue first to get feedback before putting in the work of a PR. Minor things like typo fixes or suggested rewordings can go directly to PRs and will usually get a quick response.
12+
13+
### Setup
14+
15+
If you're working on gitbook-related issues or want to see how your PR will be formatted, follow these steps to get set up after cloning:
16+
17+
```sh
18+
npm i -g gitbook
19+
gitbook install
20+
mkdir out/
21+
```

0 commit comments

Comments
 (0)