mirror of
https://github.com/status-im/react-native.git
synced 2025-02-08 15:45:23 +00:00
Summary: Skipping eveything in the contribution guide because adding an app to the Showcase Closes https://github.com/facebook/react-native/pull/7627 Differential Revision: D3348782 fbshipit-source-id: 0994fd64be5ec132c70090b0852b00b6da0177ee
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