b5d9bf0fb2
Reviewed By: bestander Differential Revision: D3224519 fb-gh-sync-id: d041214b68fedfdd6b01aa2b710b02381c29dcfa fbshipit-source-id: d041214b68fedfdd6b01aa2b710b02381c29dcfa |
||
---|---|---|
.. | ||
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