First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- NextJS: Web Framework, React + Server Side Rendering (SSR)
- TailwindCSS: CSS Framework
- NextUI: Next.js UI component library (includes SSR components that be used on the server)
- MDX: Markdown + JSX, a way to load documentation pages from markdown files
- Algolia: Search Engine (for documentation search)