Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guide for building Keystone 4 docs #4654

Open
stennie opened this issue Jun 6, 2018 · 0 comments
Open

Add guide for building Keystone 4 docs #4654

stennie opened this issue Jun 6, 2018 · 0 comments

Comments

@stennie
Copy link
Contributor

stennie commented Jun 6, 2018

The system used to generate the Keystone4 documentation is Gatsby (a static site generator). Rough guide below.

Set up from a fresh keystone checkout:

 cd website
 npm install -g gatsby
 npm install

Build the docs

 gatsby build

Preview in a web browser

 gatsby serve
 open http://localhost:9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants