~skovati/website

skovati.dev source code
read pub key in astro page
update pgp page date

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~skovati/website
read/write
git@git.sr.ht:~skovati/website

You can also use your local clone with git send-email.

#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 .