This project as an experiment to see how a modern app (with modern web technologies) would be used for Ministry related applications.
- New
/app
dir, - Routing, Layouts, Nested Layouts and Layout Groups
- Loading UI
- Route handlers
- UI Components built using Radix UI
- Documentation and blog using MDX and Contentlayer
- Styled using Tailwind CSS
- Validations using Zod
- Written in TypeScript
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
- Start the development server:
pnpm dev
Licensed under the MIT license.