Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marekbrainhub/gatsby-docs-kit-starter

Easy to Maintain Markdown/React Documentation Static Websites - starter
https://github.com/marekbrainhub/gatsby-docs-kit-starter

Last synced: 9 days ago
JSON representation

Easy to Maintain Markdown/React Documentation Static Websites - starter

Awesome Lists containing this project

README

        

# Gatsby Docs Kit Starter
The default Brainhub static docs starter.

## Try it out

Ensure you have the latest version of [Node](https://nodejs.org/en/download/) installed. We also recommend you install [Yarn](https://yarnpkg.com/en/docs/install) as well.
Then run:

```bash
yarn install
```

Seed documentation (if you don't have any yet):

```bash
yarn seed
```

Run the local webserver via `yarn develop`;

The example site is available at http://localhost:8000. You should see the example site loaded in your web browser.
Also visit http://localhost:8000/___graphql to explore your site's GraphiQL data and schema.

Then go to `../docs` to edit and write awesome docs!.

## Deploy

Ready to go? Want to deploy documentation to github pages? Run:

```bash
yarn deploy:gh
```