A file format for flashcards accompanied with a parser and a small web application.
The parser lives in src/
and app/
, and can be installed using make install
(you'll need to install stack
first).
For now, it only outputs JSON because that's what the web application is using, run iruka cards.iruka cards.json
to generate a JSON file from an iruka
file.
An Elm application, everything related to it is in web/
.
If you have yarn
installed, it should be as easy as running make start
to start the local dev server.
make format
make test
or
make test.watch