mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
8770fd9c11
Summary:add "烘焙帮" case Closes https://github.com/facebook/react-native/pull/5995 Differential Revision: D2948873 fb-gh-sync-id: 707bd5f36a14389dc46fb8a425e421c8be3309ef shipit-source-id: 707bd5f36a14389dc46fb8a425e421c8be3309ef
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