Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 608 Bytes

File metadata and controls

23 lines (14 loc) · 608 Bytes

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!