This is the official documentation website for Better-T-Stack, built with Next.js and Fumadocs.
To run the development server:
# Install dependencies
npm install
# or
pnpm install
# or
bun install
# Start development server
npm run dev
# or
pnpm dev
# or
bun devOpen http://localhost:3333 with your browser to see the site.
/src/app- Next.js application routes/content/docs- Documentation content in MDX format/public- Static assets
To add or modify documentation:
- Edit the appropriate MDX files in the
content/docsdirectory - Run the development server to preview your changes
- Submit a pull request with your updates
To learn more about the technologies used in this website:
- Next.js Documentation - Next.js features and API
- Fumadocs - The documentation framework used
- Better-T-Stack - Main project site