all repos — site @ c53d28dc0726a7556b020001a0cc74857aab7353

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