The sixth iteration of husen.id, built with Astro and hosted on Cloudflare Pages.
- Node - v22 or higher.
- pnpm - v9 or higher.
The easiest way to run this project locally is to use a devcontainer.
-
Install dependencies.
pnpm install
-
Start the development server and try open http://localhost:4321 on your web browser.
pnpm dev
-
Generate static website.
pnpm build
-
Preview the production build.
pnpm preview