Join us at Jamstack Conf Virtual, October 6-7. Register now!
Keystone is a static-site generator ideal for quickly building small websites. No setup required, and a collection of handy features are enabled by default.
/public
and you're ready to goCreate a new directory and run the following command to setup Keystone, package.json, & git. Node 14.x.x required.
$ npm install keystone-ssg
Great, you're installed!
Start the Keystone development server, and then go to http://localhost:8080
to see the example website.
$ npm run dev
Read the rest of the tutorial on our GitHub page!
StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.