This commit is contained in:
2023-08-07 21:27:38 -04:00
parent 2a6809e376
commit 0791951d33
2 changed files with 68 additions and 12 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
# livereload: github.com/omeid/go-livereload/cmd/livereload@v0.0.0-20180903043807-18d58b752b26
livereload:
livereload . &
server:
python3 -m http.server 8082 &