all repos — site @ 33e97a6426783427aef7c5a795f4853e02b0eadb

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