/ justfile
justfile
1 default: 2 just --list 3 4 pull-profile-data: 5 python scripts/pull-profile-data.py 6 7 watch: 8 typst w index.typ --format html --features html --no-serve --root ./ 9 10 compile: 11 typst c index.typ --format html --features html --root ./ 12 13 upload: 14 ./upload.sh 15 16 push: 17 git push # pushes to Codeberg 18 git push rad main # pushes to the Radicle network