initial commit

This commit is contained in:
Henry Hiles 2025-07-26 21:21:04 -04:00
commit 6490b8fef6
No known key found for this signature in database
16 changed files with 1910 additions and 0 deletions

5
JUSTFILE Normal file
View file

@ -0,0 +1,5 @@
watch:
dart run build_runner watch
build:
dart run build_runner build