aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-10-29 20:20:25 +0530
committerAkshay Nair <phenax5@gmail.com>2023-10-29 20:20:25 +0530
commited50aedc08afd67b8d9606460d2d5209239ac88c (patch)
tree02264f19aaea8ea0b7c2287f5ae3910a0bd1486e /justfile
parentb6ebba87606d180735994d62e2d71c3fbf0b8763 (diff)
downloadcreative-coding-playground-ed50aedc08afd67b8d9606460d2d5209239ac88c.tar.gz
creative-coding-playground-ed50aedc08afd67b8d9606460d2d5209239ac88c.zip
chore: moving stuff around
Diffstat (limited to 'justfile')
-rw-r--r--justfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/justfile b/justfile
index 7dba8c6..47df590 100644
--- a/justfile
+++ b/justfile
@@ -1,10 +1,11 @@
sketch name *args:
cd sketches/{{name}} && {{args}}
-# week1: (sketch "week-1" "uiua" "run" "--no-format")
+s1: (sketch "01" "live-server" "--port=3000" "--no-browser" ".")
+s2: (sketch "02" "glslViewer" "newton.frag")
-week1: (sketch "week-1" "npx" "live-server" "--port=3000" "--no-browser" ".")
-# week1-w:
-# npx nodemon -e ua -x 'clear && just week1'
+# week1:
+# npx nodemon -e ua -x 'clear && just sketch week1 uiua run --no-format'
+