Added Makefile

nm_live
noah metz 2024-01-06 12:01:46 -07:00
parent 0a904b1d6e
commit 2977ed481d
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
build/index.html: src/routes/+page.svelte
npm run build
.PHONY: run dev
run: build/index.html
cd build && python3 -m http.server
dev:
npm run dev