aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a2eba0..28f9ec5 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ To start working, install all dependencies with
25yarn install 25yarn install
26``` 26```
27 27
28If TypeScript complains about missing type definitions, run
29
30```sh
31yarn types
32```
33
28To start a development instance of Sophie, which will reload on source changes, run 34To start a development instance of Sophie, which will reload on source changes, run
29 35
30``` sh 36``` sh
@@ -49,7 +55,7 @@ To build the application in release mode, run
49yarn compile 55yarn compile
50``` 56```
51 57
52If TypeScript complains about missing type definitions, or you want to typecheck the project, run 58To typecheck the project, run
53 59
54```sh 60```sh
55yarn typecheck 61yarn typecheck