aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-08 21:36:43 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:53:03 +0100
commitd07e7b834831230b53860d0919a68edc2d36193d (patch)
treea1f2a021563ddff54f33341c475fc6c6eb787388 /README.md
parentNew configurations based on review comments (WIP) (diff)
downloadsophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.gz
sophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.zst
sophie-d07e7b834831230b53860d0919a68edc2d36193d.zip
build: Eslint fixes for multi-module project
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
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