Skip to content

marshift/marsh.zone

Repository files navigation

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