keystone-classic icon indicating copy to clipboard operation
keystone-classic copied to clipboard

Add guide for building Keystone 4 docs

Open stennie opened this issue 6 years ago • 0 comments

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

stennie avatar Jun 06 '18 12:06 stennie