Skip to content

Thinkmill/keystatic-examples-knowledge-base

Repository files navigation

Keystatic Example: Knowledge Base

"Puppy Owners Hub" is a Next.js project demo showcasing how you could use Keystatic to power a knowledge base website.

CleanShot 2023-08-01 at 09 28 41@2x

Installation

After cloning the repo, install the dependencies:

npm install

You can then start the Next.js dev server:

npm run dev

The website will be available at http://localhost:3000, and the Keystatic Admin UI at http://localhost:3000/keystatic.

Happy coding!