You can visit the old version in the repository branches.
- Next.js 14 (App router) - Full-stack React framework for the web.
- Contentlayer - Content SDK that validates and transforms content into type-safe JSON data.
- Tailwind CSS - Utility-first CSS framework.
- shadcn/ui - Beautifully designed components built with Radix UI and Tailwind CSS.
Node.js >= 18.17
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 localhost:3000
pnpm dev
# build for production
pnpm build
# serve for production
pnpm start
This source code is under the GPL-3.0 License.