Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 659 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 659 Bytes

marsh's zone

my corner of the web, built with Astro and SCSS. it aims to vaguely employ the Semantic HTML paradigm.

commands

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