Welcome to my personal blog source code repository!
This site is built with Astro and is automatically deployed to GitHub Pages.
-
Clone the repository:
git clone https://github.com/stevehangba/hangba.github.io.git cd hangba.github.io -
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Build for production:
pnpm build