"Puppy Owners Hub" is a Next.js project demo showcasing how you could use Keystatic to power a knowledge base website.
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!