aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-01 13:43:19 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-01 13:54:32 +0100
commit69c09667f0a8778dd55bbd7896bde27c4ef5cfd1 (patch)
tree904baf951a5f3ebceb1390817d509a64140b9017
parentdocs: Add architecture docs (diff)
downloadsophie-69c09667f0a8778dd55bbd7896bde27c4ef5cfd1.tar.gz
sophie-69c09667f0a8778dd55bbd7896bde27c4ef5cfd1.tar.zst
sophie-69c09667f0a8778dd55bbd7896bde27c4ef5cfd1.zip
docs: Add note on typechecking
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07af029..122ac1e 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,12 @@ To build the application in release mode, run
39yarn compile 39yarn compile
40``` 40```
41 41
42If TypeScript complains about missing type definitions, or you want to typecheck the project, run
43
44```sh
45yarn typecheck
46```
47
42## License 48## License
43 49
44> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt; 50> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt;