You can visit the old version in the repository branches.
- Next.js 14 (App router) - Full-stack React framework for the web.
- Velite - Tool for building type-safe data layer, turns Markdown / MDX, YAML, JSON, or other files into app's data layer with Zod schema.
- Tailwind CSS - Utility-first CSS framework.
- shadcn/ui - Beautifully designed components built with Radix UI and Tailwind CSS.
Node.js >=22.x
is required and setup with pnpm is recommended.
# duplicate & fill environment file
cp .env.sample .env.local
# install dependencies
pnpm i
# serve with hot reload at http://localhost:3000
pnpm dev
# build for production
pnpm build
# serve for production
pnpm start
This source code is under the GPL-3.0 License.