Skip to content

Commit 05f91e6

Browse files
committed
Add watch mode documentation and update package-lock.json for onchange dependency
1 parent 809ecb3 commit 05f91e6

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ guida --help
7676

7777
To compare the performance of guida with elm, you can run `./scripts/performance-comparison.sh`.
7878

79+
## Watch mode
80+
81+
You can run the following command to `build:bin` when anything is added, changed or deleted within the `src` directory:
82+
83+
```
84+
npm run watch
85+
```
86+
7987
# Examples
8088

8189
To run an example `cd` into the `examples` folder, and run the `guida make` command:

package-lock.json

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)