https://github.com/pengzhanbo/nextra-docs-templates
基于 nextra 的 文档站点 模板,可直接基于此仓库克隆后开始编写站点。
https://github.com/pengzhanbo/nextra-docs-templates
nextjs nextra template
Last synced: 2 months ago
JSON representation
基于 nextra 的 文档站点 模板,可直接基于此仓库克隆后开始编写站点。
- Host: GitHub
- URL: https://github.com/pengzhanbo/nextra-docs-templates
- Owner: pengzhanbo
- Created: 2023-03-10T17:01:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T07:25:17.000Z (over 2 years ago)
- Last Synced: 2025-02-13T07:32:45.730Z (4 months ago)
- Topics: nextjs, nextra, template
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome - pengzhanbo/nextra-docs-templates - 基于 nextra 的 文档站点 模板,可直接基于此仓库克隆后开始编写站点。 (JavaScript)
- awesome - pengzhanbo/nextra-docs-templates - 基于 nextra 的 文档站点 模板,可直接基于此仓库克隆后开始编写站点。 (JavaScript)
README
# Nextra Docs Template
基于 nextra 的 文档站点 项目模板。
## Feature
- Tailwind CSS & postcss
- framer-motion & clsx
- MDX
- ESLint & Prettier## Document
[Nextra](https://nextra.site/) | [Next.js](https://nextjs.org/)
## Usage
```sh
git clone https://github.com/pengzhanbo/nextra-docs-templates.git
``````sh
pnpm i
pnpm dev
```