mirror of
https://github.com/status-im/react-native.git
synced 2025-02-08 23:53:27 +00:00
Summary: The Calor Field Pro app is an Enterprise React Native iPad application and is not available on the app store, so I link to our website has been provided. Closes https://github.com/facebook/react-native/pull/7090 Differential Revision: D3245081 fb-gh-sync-id: 9a4d5c581514933b45fcbf8823aec61587cfaaa0 fbshipit-source-id: 9a4d5c581514933b45fcbf8823aec61587cfaaa0
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