Skip to content

Commit eebdc1d

Browse files
author
Vitaliy Vlasov
authored
Update desktop dev env setup doc
1 parent 990aa20 commit eebdc1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/desktop/DevEnvSetup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Caveats:
1616
# To setup re-natal dev builds of status-react for Desktop:
1717
1. git clone https://github.com/status-im/status-react.git
1818
2. cd status-react
19-
3. git checkout desktop
19+
3. scripts/prepare-for-platform.sh desktop
2020
4. npm install
21-
5. lein deps
21+
5. ln -sf './node_modules/re-natal/index.js' './re-natal'
2222
6. ./re-natal use-figwheel
2323
7. ./re-natal enable-source-maps
2424
8. In separate terminal tab: `npm start` (note: it starts react-native packager )
2525
9. 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)
2727
11. In separate terminal tab: react-native run-desktop
2828

2929
# Editor setup

0 commit comments

Comments
 (0)