add repl to api server and fix list-snippets sorting

This commit is contained in:
Travis Shears 2026-03-10 18:31:36 +01:00
parent a8038a604c
commit a90cabf605
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
6 changed files with 25 additions and 3 deletions

View file

@ -32,6 +32,14 @@ $ fd -e clj | entr -r clojure -M -m snippets.main
### Repl
Connect to the repl of running app
```shell
$ rlwrap nc localhost 5555
```
Or start up fresh repl
```
$ rlwrap clojure
; print stuff