532e41105b
Summary:Added http://arcchat.com/ android app https://play.google.com/store/apps/details?id=com.arcchat to showcase https://facebook.github.io/react-native/showcase.html Closes https://github.com/facebook/react-native/pull/6267 Differential Revision: D3006203 fb-gh-sync-id: 7ff9d0b6d2536671a5fec1aec081aacfcd4489d3 shipit-source-id: 7ff9d0b6d2536671a5fec1aec081aacfcd4489d3 |
||
---|---|---|
.. | ||
core | ||
jsdocs | ||
layout | ||
server | ||
src/react-native | ||
.gitignore | ||
README.md | ||
package.json | ||
publish-gh-pages.js | ||
setup.sh |
README.md
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