mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
736e900532
Summary: Fixes https://github.com/facebook/react-native/issues/5748 <img width="1179" alt="screen shot 2016-02-04 at 12 08 07 pm" src="https://cloud.githubusercontent.com/assets/197597/12828197/340f7d5e-cb38-11e5-84b5-8dde48014100.png"> Closes https://github.com/facebook/react-native/pull/5763 Reviewed By: svcscm Differential Revision: D2902270 Pulled By: vjeux fb-gh-sync-id: bde9beaa869f9fe6d610e7bdf8f16bc3f4a08c7a
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
First setup your environment by having two folders, one react-native
and one react-native-gh-pages
. The publish script expects those exact names.
./setup.sh
Then, after you've done changes, just run the command and it'll automatically build the static version of the site and publish it to gh-pages.
./publish.sh