all repos — site @ 7a8921a4074487f1bd0edeee0eb56f4d4468a8b4

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