/website

Files for skovati.dev

Primary LanguageAstroMIT LicenseMIT

skovati.dev

running in dev

pnpm install
pnpm run dev

building for prod

pnpm run build
# or for a container image
podman build -t website:latest .