File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,18 @@ Requirements:
29291 . Open your build running on ` http://localhost:9630/dashboard `
30301 . Navigate to "Builds"
31311 . Press ` Watch ` button for ` main ` and ` renderer ` builds.
32- 1 . Run ` npm run dev-electron` in a new terminal.
32+ 1 . Run ` yarn dev-electron` in a new terminal.
3333
3434** In Terminal**
3535
36361 . Clone repo.
37- 1 . ` npm install`
38- 1 . In one terminal run ` npm run dev-cljs`
37+ 1 . ` yarn install`
38+ 1 . In one terminal run ` yarn dev-cljs`
39391 . Open your build running on ` http://localhost:9630/dashboard `
40401 . Navigate to "Builds"
41411 . Press ` Watch ` button for ` main ` and ` renderer ` builds.
42- 1 . In another terminal, run ` npm run dev-electron`
42+ 1 . In another terminal, run ` yarn dev-electron`
4343
44- Note: from time to time you will likely need to restart the `npm run
45- dev-electron` process if you make stateful changes to certain variables that are
46- only defined once, at boot.
44+ Note: from time to time you will likely need to restart the ` yarn dev-electron `
45+ process if you make stateful changes to certain variables that are only defined
46+ once, at boot.
You can’t perform that action at this time.
0 commit comments