7d96dbb919
Summary: Closes https://github.com/facebook/react-native/pull/6129 Differential Revision: D2980013 Pulled By: mkonicek fb-gh-sync-id: 5389965296b44e1a3a887c868f18e2aa17cf758c shipit-source-id: 5389965296b44e1a3a887c868f18e2aa17cf758c |
||
---|---|---|
.. | ||
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