mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 18:25:06 +00:00
4a7f2192f9
Summary: **Test plan** Tested locally to see link in header bar and that it takes you to survey. ![screenshot 2016-05-11 08 21 11](https://cloud.githubusercontent.com/assets/3757713/15186299/593fd4f6-1751-11e6-847f-ea73ce4e2809.png) Closes https://github.com/facebook/react-native/pull/7514 Differential Revision: D3287859 fbshipit-source-id: 48dfdbae74622330f192d5763c5e47025f1887b1
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