Skip to content

leihs/leihs-admin

Repository files navigation

Leihs Admin

Development

See and run

./bin/dev-run-backend
./bin/dev-run-frontend

Formatting Code

Use ./bin/cljfmt check and ./bin/cljfmt fix.

From vim you can use :! ./bin/cljfmt fix % to format the current file.

Production build

See ./bin/build