snippets/README.md
2025-06-05 09:51:53 +02:00

15 lines
222 B
Markdown

# Code Snippets
App to store my code snippets.
## Dev
Starting by following this guide
https://clojure-doc.org/articles/tutorials/basic_web_development/
### How to run dev server
```
$ clojure -M -m snippets.api
```