Skip to content

hendraaagil/website

Repository files navigation

hendraaagil.dev

Open Graph Image

You can visit the old version in the repository branches.

Stack

  • 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.

Local development setup

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

License

This source code is under the GPL-3.0 License.