aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/justfile b/justfile
index 078089c..7dba8c6 100644
--- a/justfile
+++ b/justfile
@@ -1,5 +1,10 @@
sketch name *args:
cd sketches/{{name}} && {{args}}
-newton-p5: (sketch "newton-p5" "npx" "live-server" "--port=3000" "--no-browser" ".")
+# week1: (sketch "week-1" "uiua" "run" "--no-format")
+
+week1: (sketch "week-1" "npx" "live-server" "--port=3000" "--no-browser" ".")
+
+# week1-w:
+# npx nodemon -e ua -x 'clear && just week1'