switch to basic ring + compojure project

This commit is contained in:
Travis Shears 2025-06-05 09:47:58 +02:00
parent c652b828e8
commit faa7131ee3
21 changed files with 46 additions and 978 deletions

View file

@ -1,7 +1,9 @@
# Biff starter project
# Code Snippets
This is the starter project for Biff.
App to store my code snippets.
Run `clj -M:dev dev` to get started. See `clj -M:dev --help` for other commands.
Start app in dev
Consider adding `alias biff='clj -M:dev'` to your `.bashrc`.
```
$ clojure -M -m snippets.api
```