Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 302 Bytes

Leihs Procurement

Development


See and run

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

Production build

See ./bin/build

Formatting Code

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

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