@brainhubeu/gatsby-docs-kit-start
v0.0.19
Published
Gatsby-Docs-Kit starter repository
Downloads
93
Maintainers
Keywords
Readme
Gatsby Docs Kit Starter
The default Brainhub static docs starter.
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