This is a Next.js project bootstrapped with create-next-app
, using Mantine for UI components and styling.
- Next.js 13 with App Router
- Mantine UI components
- TypeScript
- Responsive layout with AppShell
- Documentation page
First, install dependencies and run the development server:
bun i
bun dev
Open http://localhost:3000 with your browser to see the result.
src/app
: Contains the main application pages and layoutssrc/components
: Reusable React componentssrc/data
: JSON data filespublic
: Static assets
- Home:
/
- Documentation:
/docs
- Settings:
/settings
(to be implemented)
You can start editing the page by modifying src/app/page.tsx
. The page auto-updates as you edit the file.
To customize the Mantine theme, edit the theme
object in src/app/layout.tsx
.
To learn more about the technologies used in this project, check out the following resources:
This project is ready to be deployed on Vercel, the platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.