Skip to content

hisbaan/hisbaan.com

Repository files navigation

This is the source code for hisbaan.com

Development

Clone the repository:

git clone git@github.com:hisbaan/hisbaan.com
cd hisbaan.com

Install dependencies:

pnpm install

Run dev environment:

pnpm run dev

Build the static site:

pnpm build

Serve the static site:

pnpm next