all repos — site @ 6fb9c55929102d681468ead67494dc3093aa29ce

source for my site, found at icyphox.sh

bin/serve.sh (view raw)

1#!/bin/sh
2
3python3 -m http.server --directory build &> /dev/null
4find pages/ | entr vite build