The goal is to build a mobile-first incremental reading companion to Anki. Letting you read on your phone and process articles into Anki flashcards.
# Run tests
clj -X:test
# Run dev mode
clj -X:dev
# Run linter
clj -M:clj-kondo --lint src test
# Run code formatter
clj -Tcljfmt fix