mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
b4dc5e3e81
Summary:My update is to the app showcase on the react native website, adding my TeamWarden iOS and Android app (in alphabetical order) Closes https://github.com/facebook/react-native/pull/6163 Differential Revision: D2994724 fb-gh-sync-id: c739f347c704ced139b871d52d84f0b6acc5a17c shipit-source-id: c739f347c704ced139b871d52d84f0b6acc5a17c
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