Skip to content

Commit c5dc1be

Browse files
add missing npm install step
1 parent 45cf26c commit c5dc1be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Create a file called `.env-dev`, and set the appropriate environment variables,
4949
run
5050

5151
```
52+
npm install
5253
npm run tsbuild-electron
5354
npm run tsbuild-react
5455
npm start
@@ -63,6 +64,7 @@ If you make changes in `src` to the UI, you will get live reload for development
6364
Create a file called `.env-prod`, and set the appropriate environment variables, based on the above documentation.
6465

6566
```
67+
npm install
6668
npm run tsbuild-electron
6769
npm run tsbuild-react
6870
npm run build

0 commit comments

Comments
 (0)