Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```