aebf4db45a
Summary: Tiny little update: adding another blog post link on [how I build the Android app](http://cheeaun.com/blog/2016/05/building-hackerweb-android/). Closes https://github.com/facebook/react-native/pull/7331 Differential Revision: D3258039 fb-gh-sync-id: f33a0b77f32cf18377741e0771db4189479350f3 fbshipit-source-id: f33a0b77f32cf18377741e0771db4189479350f3 |
||
---|---|---|
.. | ||
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