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.
- Host: GitHub
- URL: https://github.com/theomer77/nextjs-docs
- Owner: TheOmer77
- License: mit
- Created: 2023-06-25T09:19:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T12:01:44.000Z (7 months ago)
- Last Synced: 2024-10-25T10:43:16.561Z (7 months ago)
- Topics: contentlayer, mdx, nextjs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 644 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.