chore: initial commit

This commit is contained in:
alecodes 2025-02-18 14:38:56 +00:00 committed by aleidk
commit e23a81c78e
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!"