init biff project

This commit is contained in:
Travis Shears 2025-06-04 10:47:38 +02:00
commit c652b828e8
26 changed files with 1220 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Biff starter project
This is the starter project for Biff.
Run `clj -M:dev dev` to get started. See `clj -M:dev --help` for other commands.
Consider adding `alias biff='clj -M:dev'` to your `.bashrc`.