Initial build

This commit is contained in:
Cooper Dalrymple
2025-08-19 14:56:00 -05:00
parent 56d771385f
commit d6f44cbf99
8 changed files with 303 additions and 3 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
clean:
rm -rf lib || true
rm -rf vendor || true
rm composer.lock || true
rm package-lock.json || true