TODO:
- write docs (readme)
- add database integration (save weather forecast data)
- add http endpoint test
- add index page (tailwind hiccup)
FEATURES:
- write blog post
Developer Experience:
The following tasks are available:
app:precommit Run all checks and tests
app:lint Lint with `clj-kondo`
app:fmt:check Check code format with `cljfmt`
app:fmt:fix Reformat code with `cljfmt`
app:run Start application
app:run:prod Start application in production
app:test Run all tests
app:start Start local instance of service.
app:antq Check for outdated dependencies with `antq`
app:deps Install all dependencies