mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
d0356fbe9f
Summary:The "Android Support Library" package is now named "Local Maven repository for Support Libraries", so this updates the docs and screenshot accordingly. Closes https://github.com/facebook/react-native/pull/6185 Reviewed By: mkonicek Differential Revision:D3017638 Ninja: oss only (rn website) Pulled By: mkonicek fb-gh-sync-id: 3559a9f09930e7606af7912e7aaee3c4215c1b03 shipit-source-id: 3559a9f09930e7606af7912e7aaee3c4215c1b03
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