Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 290 Bytes

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 .