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

https://github.com/robincsl/docz-with-gatsby

Example of how to have both Docz and Gatsby work together
https://github.com/robincsl/docz-with-gatsby

Last synced: over 1 year ago
JSON representation

Example of how to have both Docz and Gatsby work together

Awesome Lists containing this project

README

          

# Instructions to reproduce

```
npx gatsby-cli new my-example-with-gatsby-and-docz
cd my-example-with-gatsby-and-docz
yarn add docz docz-theme-default --dev
```

Modify `package.json` to add the following script:
```
...
"docz:dev": "docz dev"
...
```

and then run:
- `yarn develop` to see your Gatsby site at http://localhost:8000,
- `yarn docz:dev` to see your Docz site at http://localhost:3000.