chore: initial commit

This commit is contained in:
alecodes 2025-02-19 12:01:32 +00:00 committed by aleidk
commit b7452c7996
17 changed files with 592 additions and 0 deletions

5
.justfile Normal file
View file

@ -0,0 +1,5 @@
# Repo management tasks
mod repo ".devfiles/justfile"
dev:
@echo "Edit the .justfile to setup the dev task!"