mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
7dbba3ba5f
Summary:Simple PR that adds SoundCloud Pulse to the app showcase Closes https://github.com/facebook/react-native/pull/6224 Differential Revision: D2994345 fb-gh-sync-id: 97c81c9149f90bf10c4b04ff79eeaf9f8710f26c shipit-source-id: 97c81c9149f90bf10c4b04ff79eeaf9f8710f26c
Run the website server
The first time, get all the dependencies loaded via
npm install
Then, run the server via
npm start
open http://localhost:8079/react-native/index.html
Anytime you change the contents, just refresh the page and it's going to be updated.
Publish the website
cd website
npm run publish-website