all repos — site @ 23c20ec52ff7ccab3ef0f5f3a0a4c6c49b65ea0f

source for my site, found at icyphox.sh

makefile (view raw)

 1build:
 2	@vite build
 3
 4serve:
 5	@./bin/serve.sh
 6
 7ci:
 8	@./bin/build.sh
 9
10.PHONY: build serve ci