Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 311 Bytes

Leihs My

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.