Initial commit - Last War messaging system
This commit is contained in:
17
vendor/team-reflex/discord-php/docs/README.md
vendored
Executable file
17
vendor/team-reflex/discord-php/docs/README.md
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user