# DiscordPHP Documentation

Static documentation website, built with [Gatsby](https://www.gatsbyjs.org/).
Special thanks to the amazing guys over at [@octokit/rest.js](https://octokit.github.io/rest.js/) for the amazing template!

## License

Original template is licensed under the MIT license from [@octokit/rest.js](https://github.com/octokit/rest.js/blob/master/LICENSE).
Any changes are licensed under the MIT license from [DiscordPHP](https://github.com/discord-php/DiscordPHP/blob/master/LICENSE.md).

## Local Development

```
cd ./docs
yarn install
yarn develop
```
