~skovati/website

files for skovati.dev
update nginx config
add AOT compression
add rss feed

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 .