This project is bootstrapped with T3 Stack
git clone https://github.com/undg/simple-page-with-t3
cd simple-page-with-t3
pnpm install
pnpm devTo simplify setting up the demo environment, db.sqlite and .env files are committed to the repository. This is, of course, a shortcut that is not suitable for a production project.
- Next.js for easy deployment, caching and app router
- Prisma with sqlite to store content in most popular db on the world
- Tailwind CSS for rapid styling
- shadcn for primitives with accessibility
