mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 12:34:17 +00:00
20c8899b31
Summary: This reverts commit 4a7f2192f9cf95f0c8fa4b0742eb472c13ee2859. Adding the link breaks mobile Closes https://github.com/facebook/react-native/pull/7520 Differential Revision: D3290347 Pulled By: JoelMarcey fbshipit-source-id: 950db67eb14b5fe8816d4c782b32d233a8697ae7
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