First, run pnpm i
to install the dependencies.
Then, run pnpm dev
to start the development server and visit localhost:3000.]
To add components, use:
import { Callout } from 'nextra-theme-docs'
to import from nextra-theme-docs instead of documentation.
Note that there are Vercel deployment issues with caching.
Please add VERCEL_DEEP_CLONE=true
to Vercel environment variables.
https://github.com/orgs/vercel/discussions/2079
This project is licensed under the MIT License.