https://github.com/thinkmill/keystatic-examples-knowledge-base
https://github.com/thinkmill/keystatic-examples-knowledge-base
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinkmill/keystatic-examples-knowledge-base
- Owner: Thinkmill
- License: mit
- Created: 2023-07-31T04:22:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T22:27:35.000Z (about 2 years ago)
- Last Synced: 2025-03-29T18:43:21.408Z (11 months ago)
- Language: Roff
- Homepage: https://keystatic-examples-knowledge-base.vercel.app
- Size: 427 KB
- Stars: 9
- Watchers: 11
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## Installation
After cloning the repo, install the dependencies:
```sh
npm install
```
You can then start the Next.js dev server:
```sh
npm run dev
```
The website will be available at `http://localhost:3000`, and the Keystatic Admin UI at `http://localhost:3000/keystatic`.
Happy coding!