An open API service indexing awesome lists of open source software.

https://github.com/thinkmill/keystatic-examples-knowledge-base


https://github.com/thinkmill/keystatic-examples-knowledge-base

Last synced: 10 months ago
JSON representation

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.

![CleanShot 2023-08-01 at 09 28 41@2x](https://github.com/Thinkmill/keystatic-examples-knowledge-base/assets/485747/b3c2cfe4-94b2-46df-b911-5196f3dc720e)

## 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!