9c0906b671
Summary:Found while investigating github sync issues (D3071948 D3072775) Closes https://github.com/facebook/react-native/pull/6570 Differential Revision: D3077964 Pulled By: mkonicek fb-gh-sync-id: 7fbcc4213d931fd799e298e5a8a6a0a94cb21b8f shipit-source-id: 7fbcc4213d931fd799e298e5a8a6a0a94cb21b8f |
||
---|---|---|
.. | ||
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