my corner of the web, built with Astro and SCSS. it aims to vaguely employ the Semantic HTML paradigm.
command | action |
---|---|
pnpm install |
install dependencies |
pnpm dev |
start a local dev server at localhost:3000 |
pnpm build |
build production site to ./dist/ |
pnpm preview |
preview build locally, used before deploying |