mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 06:34:01 +00:00
Summary:Add Android app and blog post link. Closes https://github.com/facebook/react-native/pull/7128 Differential Revision: D3211037 fb-gh-sync-id: 3d310d7f21f181755b6c473263433a157837cfc9 fbshipit-source-id: 3d310d7f21f181755b6c473263433a157837cfc9
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