mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
4b332ee53f
Summary:Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: (You can skip this if you're fixing a typo or adding an app to the Showcase.) Updating Show Case Closes https://github.com/facebook/react-native/pull/6526 Differential Revision: D3070014 fb-gh-sync-id: b3357fac9d810a095e8da5180dd2b387253fa1c9 shipit-source-id: b3357fac9d810a095e8da5180dd2b387253fa1c9
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