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

https://github.com/theomer77/nextjs-docs

A simple docs site powered by Next.js and ContentLayer.
https://github.com/theomer77/nextjs-docs

contentlayer mdx nextjs react typescript

Last synced: 5 months ago
JSON representation

A simple docs site powered by Next.js and ContentLayer.

Awesome Lists containing this project

README

        

# Next.js Docs thing

This is a simple docs site powered by [Next.js](https://nextjs.org/) and [Content Collections](https://www.content-collections.dev/).

## Getting Started

Run the development server:

```bash
npm run dev
```

The server will run at [http://localhost:3000](http://localhost:3000). Pages will auto-update in the browser as you edit them.