ChadNext is a quick starter template for Next.js projects, designed to streamline development by providing essential features out of the box. 🚀
ChadNext addresses common pain points, making it easier to:
- Prototype and test ideas swiftly
- Access a beautifully designed UI library
- Implement simple authentication
- Interact with databases effortlessly
- Deploy with ease
Save time and effort, and build performant apps with an excellent developer experience.
- Clone the repo.
- Install dependencies:
pnpm install
- Copy
.env.example
file to.env
file. then follow the instructions inside. - Run
pnpm prisma db push
- Start the dev server:
pnpm dev
- Fork the repo.
- Create a branch.
- Make changes and commit.
- Push and create a pull request.
MIT License. LICENSE
Moinul Moin (@immoinulmoin)