mirror of
https://github.com/status-im/react-native.git
synced 2025-02-13 01:46:59 +00:00
Summary:Added the Google Play link for DiscoveryVR. Added a new iOS React Native app - wego concerts Closes https://github.com/facebook/react-native/pull/6869 Differential Revision: D3152564 fb-gh-sync-id: 93ddb8f5916cf560118ff89c27a889f7eb781b57 fbshipit-source-id: 93ddb8f5916cf560118ff89c27a889f7eb781b57
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