"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 installYou can then start the Next.js dev server:
npm run devThe website will be available at http://localhost:3000, and the Keystatic Admin UI at http://localhost:3000/keystatic.
Happy coding!
