Skip to content

dotnize/nize.foo

Repository files navigation

My personal site built with Astro.

Development

# install dependencies
pnpm install # or npm install

# start local dev server
pnpm start # or npm start

# build for production
pnpm build # or npm run build