File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ Caveats:
1616# To setup re-natal dev builds of status-react for Desktop:
17171 . git clone https://github.com/status-im/status-react.git
18182 . cd status-react
19- 3 . git checkout desktop
19+ 3 . scripts/prepare-for-platform.sh desktop
20204 . npm install
21- 5 . lein deps
21+ 5 . ln -sf './node_modules/re-natal/index.js' './re-natal'
22226 . ./re-natal use-figwheel
23237 . ./re-natal enable-source-maps
24248 . In separate terminal tab: ` npm start ` (note: it starts react-native packager )
25259 . In separate terminal tab: node ./ubuntu-server.js
26- 10 . In separate terminal tab: lein figwheel-repl desktop (note: wait until sources compiled)
26+ 10 . In separate terminal tab: lein figwheel-repl desktop (note: wait until sources are compiled)
272711 . In separate terminal tab: react-native run-desktop
2828
2929# Editor setup
You can’t perform that action at this time.
0 commit comments