This is a Next.js project starter, enhanced with modern tools and libraries to help developers quickly start Next.js development.
This starter template comes with several key features to accelerate your development process:
- Integrated UI Components: Pre-configured with Shadcn UI, Tailwind CSS, and Lucide Icons for beautiful, responsive UI components.
- Light/Dark Mode: Integrated with next-themes for seamless theme switching.
- Local Fonts: Uses locally hosted Inter fonts to avoid slow loading from Google Fonts, especially beneficial for regions with limited access to Google services.
- Code Formatting: Uses Biome for fast, consistent formatting and linting commands out of the box.
First, Click Use this template to create your own repository,
then run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.