mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 18:54:58 +00:00
75992e700d
Summary:SSIA. Closes https://github.com/facebook/react-native/pull/6990 Differential Revision: D3184330 fb-gh-sync-id: 3fe799f252c868dc8280f38b807d4e2fd5a33241 fbshipit-source-id: 3fe799f252c868dc8280f38b807d4e2fd5a33241
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