Skip to content

Commit 0fc9603

Browse files
committed
Add dev instructions to README
1 parent 3549a53 commit 0fc9603

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,21 @@ or:
5252
```sh
5353
hyp
5454
```
55+
56+
## Developers
57+
58+
To develop the CLI locally:
59+
60+
```sh
61+
npm i
62+
npm run build
63+
npm run serve
64+
```
65+
66+
When you make changes, make sure to rebuild:
67+
68+
```sh
69+
npm run build
70+
```
71+
72+
Then refresh the browser.

0 commit comments

Comments
 (0)