mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
061151cdae
Summary: Add QQ音乐 全民K歌 QQ空间 QQ to the showcase page Closes https://github.com/facebook/react-native/pull/7582 Differential Revision: D3316209 fbshipit-source-id: 47e5ce7ec91fb5f4ff747e4ea9ea77476a49fdbc
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