diff options
author | Joris | 2021-11-14 23:25:55 +0100 |
---|---|---|
committer | Joris | 2021-11-19 11:42:20 +0100 |
commit | 9f94611a42d41cf94cdccb00b5d2eec0d5d02970 (patch) | |
tree | 9bab5bc342e22aa38b13a2dbd3525bbfe2beedb5 /README.md | |
parent | 59c44b15010eea5490896a5b5d427b415ad6f56a (diff) |
Add initial working version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..69a4f26 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Getting started + +```bash +nix develop --command bin/watch.sh +``` + +# Deck + +Cards are created from a plain text `./deck` file: + +``` +# This is a comment + +- good moorning : bonjour +- alternative 1 | alternative 2 : choix 1 | choix 2 +``` + +# TODO + +- indications in parenthesis ? +- Fix crashes on zoom / changing size + +## Nice to have + +- Add phonetics indication +- Select deck |