Add a Makefile

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent aebdf3d3f0
commit 521fcba66e
5 changed files with 17 additions and 62 deletions

View File

@@ -52,10 +52,18 @@
$ docker run --rm -w /opt/app -v $PWD:/opt/app sitegen-openresty sitegen
or
$ make build
### start server
$ docker run --rm -it --init -v $PWD:/opt/app -p 8080:8080 sitegen-openresty
or
$ make
### visit `localhost:8080` in web browser
### start watcher
@@ -66,5 +74,6 @@
* page titles
* draft documents
* treesitter highlighting for moonscript
* penlight library