all repos — site @ 07bd8b9d30bc5ca14c4e4633dfaac4766ad1a8e3

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