all repos — site @ 8ba2dbaa2bc2cfca522cee1b2643c5b511760ae3

source for my site, found at icyphox.sh

makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
build:
	@vite build

serve:
	@./bin/serve.sh

ci:
	@./bin/build.sh

.PHONY: build serve ci