@brainhubeu/gatsby-docs-kit-start

Gatsby-Docs-Kit starter repository

Usage no npm install needed!

<script type="module">
  import brainhubeuGatsbyDocsKitStart from 'https://cdn.skypack.dev/@brainhubeu/gatsby-docs-kit-start';
</script>

README

Gatsby Docs Kit Starter

The default Brainhub static docs starter.

CircleCI Last commit license PRs Welcome Renovate enabled

Activity Contributors

Try it out

Ensure you have the latest version of Node installed. We also recommend you install Yarn as well. Then run:

yarn install

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

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:

yarn deploy:gh