mirror of
https://github.com/status-im/react-native.git
synced 2025-02-12 01:16:46 +00:00
Summary:Add "Reading" case Closes https://github.com/facebook/react-native/pull/6078 Differential Revision: D2960611 fb-gh-sync-id: e8a236463f77061ba5c42c6871a7608abadb0c22 shipit-source-id: e8a236463f77061ba5c42c6871a7608abadb0c22
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