react-native/website
Russ 4b332ee53f update showcase for Chillin
Summary:Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:

(You can skip this if you're fixing a typo or adding an app to the Showcase.)

Updating Show Case
Closes https://github.com/facebook/react-native/pull/6526

Differential Revision: D3070014

fb-gh-sync-id: b3357fac9d810a095e8da5180dd2b387253fa1c9
shipit-source-id: b3357fac9d810a095e8da5180dd2b387253fa1c9
2016-03-18 11:13:28 -07:00
..
core Improve website menu on mobile 2016-03-13 19:38:26 -07:00
jsdocs [autodocs] add doc blocks to more things 2015-09-03 11:53:20 -07:00
layout RefreshControl refreshing prop and doc improvements 2016-03-13 03:04:24 -07:00
server vibration module 2016-03-03 04:08:31 -08:00
src/react-native update showcase for Chillin 2016-03-18 11:13:28 -07:00
.gitignore CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
README.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
package.json Npm publish 2016-03-15 09:22:26 -07:00
publish-gh-pages.js Yet another fix for CI to find branch that contaisn tag latest 2016-02-15 13:08:31 -08:00
setup.sh Docs for website setup 2015-12-28 12:47:09 -08:00

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