Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hideoo/botland-docs
Bot Land game documentation
https://github.com/hideoo/botland-docs
gatsby graphql markdown react
Last synced: 4 days ago
JSON representation
Bot Land game documentation
- Host: GitHub
- URL: https://github.com/hideoo/botland-docs
- Owner: HiDeoo
- License: mit
- Created: 2017-08-16T14:12:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T15:51:32.000Z (over 7 years ago)
- Last Synced: 2024-12-17T23:07:58.501Z (about 2 months ago)
- Topics: gatsby, graphql, markdown, react
- Language: JavaScript
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bot Land (unofficial) documentation
An unofficial version of the Bot Land documentation using [React](https://facebook.github.io/react/), [GraphQL](http://graphql.org/), [Gatsby](https://www.gatsbyjs.org/) and [Markdown](https://daringfireball.net/projects/markdown/syntax).
## Contributing
First, install all the dependencies:
```
yarn install
```To start up the dev environment, use:
```
yarn run dev
```This will a start a server with hot-reloading so you can preview your changes in real time.
## Deploying
If you have push access to this repository, to deploy a new version of the website, use:
```
yarn run deploy
```