mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00:00
159f657e7e
Summary: Closes https://github.com/facebook/react-native/pull/6950 Differential Revision: D3189346 fb-gh-sync-id: ee6ca4bdd6fee4505b61b621fc508308e78e3290 fbshipit-source-id: ee6ca4bdd6fee4505b61b621fc508308e78e3290
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