all repos — site @ 4453e369d1224da863430e44c609ac43a987fb13

source for my site, found at icyphox.sh

bin/serve.sh (view raw)

 1
 2
 3
 4
#!/bin/sh

python3 -m http.server --directory build &> /dev/null
find pages/ | entr vite build