https://github.com/Thinkmill/keystatic-examples-knowledge-base
https://github.com/Thinkmill/keystatic-examples-knowledge-base
Last synced: 6 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: 2024-07-27T08:33:07.202Z (over 1 year ago)
- Language: Roff
- Homepage: https://keystatic-examples-knowledge-base.vercel.app
- Size: 427 KB
- Stars: 8
- Watchers: 10
- Forks: 1
- 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!