mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
d9c0f24116
Summary: Closes https://github.com/facebook/react-native/pull/6135 Differential Revision: D2979226 fb-gh-sync-id: 8a6b0ab760d7511f5e13c10bcad0e368f72204b4 shipit-source-id: 8a6b0ab760d7511f5e13c10bcad0e368f72204b4
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