mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
804791e086
Summary:We've released our new hello dating App on iOS! Best, hello dating team ! cc rammuk eranrgdc Closes https://github.com/facebook/react-native/pull/6816 Differential Revision: D3143299 fb-gh-sync-id: 092b8c0626b141a6ac4ad59894d2dc058fec50ec fbshipit-source-id: 092b8c0626b141a6ac4ad59894d2dc058fec50ec
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