- Clone this repository
- Install dependencies using
pnpm install
- Run development server using
pnpm dev
(orpnpm dev -- --open
to open the site in the browser) - Open http://localhost:5173 in your browser
- Run
pnpm build
to build the site
- Run
pnpm preview
to preview the site