hendraaagil / website

My personal website.

Home Page:https://hendraaagil.dev

Repository from Github https://github.comhendraaagil/websiteRepository from Github https://github.comhendraaagil/website

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.

About

My personal website.

https://hendraaagil.dev

License:GNU General Public License v3.0


Languages

Language:MDX 54.6%Language:TypeScript 43.0%Language:JavaScript 2.0%Language:CSS 0.4%