fix update-snippet
Created via bruno", Updated via bruno" does a cool thing",
This commit is contained in:
parent
d3babebcc4
commit
5fad04d04c
15 changed files with 90 additions and 102 deletions
10
README.md
10
README.md
|
|
@ -18,8 +18,16 @@ This project is written in [Clojure](https://clojure.org/) and data is stored in
|
|||
|
||||
### How to run dev server
|
||||
|
||||
Run the server
|
||||
|
||||
```
|
||||
$ clojure -M -m snippets.infra.api
|
||||
$ clojure -M -m snippets.main
|
||||
```
|
||||
|
||||
Hot reload:
|
||||
|
||||
```shell
|
||||
$ fd -e clj | entr -r clojure -M -m snippets.main
|
||||
```
|
||||
|
||||
### Repl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue