Update desktop dev env setup doc

This commit is contained in:
Vitaliy Vlasov 2018-09-04 18:01:35 +03:00 committed by GitHub
parent 990aa20d8b
commit eebdc1d02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,14 +16,14 @@ Caveats:
# To setup re-natal dev builds of status-react for Desktop:
1. git clone https://github.com/status-im/status-react.git
2. cd status-react
3. git checkout desktop
3. scripts/prepare-for-platform.sh desktop
4. npm install
5. lein deps
5. ln -sf './node_modules/re-natal/index.js' './re-natal'
6. ./re-natal use-figwheel
7. ./re-natal enable-source-maps
8. In separate terminal tab: `npm start` (note: it starts react-native packager )
9. In separate terminal tab: node ./ubuntu-server.js
10. In separate terminal tab: lein figwheel-repl desktop (note: wait until sources compiled)
10. In separate terminal tab: lein figwheel-repl desktop (note: wait until sources are compiled)
11. In separate terminal tab: react-native run-desktop
# Editor setup