aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client-web/makefile4
-rw-r--r--readme.md2
2 files changed, 6 insertions, 0 deletions
diff --git a/client-web/makefile b/client-web/makefile
index ae70bda..9760c39 100644
--- a/client-web/makefile
+++ b/client-web/makefile
@@ -1,3 +1,7 @@
+.PHONY: all watch
+all: public/assets/bundle.js
+watch:
+ deno bundle --no-check --watch source/index.ts public/assets/bundle.js
public/assets/bundle.js: source/*
deno bundle --no-check --unstable source/index.ts > $@
diff --git a/readme.md b/readme.md
index b571d59..c634259 100644
--- a/readme.md
+++ b/readme.md
@@ -42,6 +42,8 @@ cd server
cargo run --release
```
+If you use this project or have any suggestions, please [contact me](https://metamuffin.org/contact)
+
Because of a current compiler bug, the nightly rustc crashes during codegen - use the stable channel instead.
## Parameters