diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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' + |
