react-native/website
Victor Delgado cf8bb75c19 Add Veggies to the showcase
Summary:Adding Veggies, a simple app to help you find fruits and vegetables in season right now. It is entirely built in React Native.
Closes https://github.com/facebook/react-native/pull/6289

Differential Revision: D3011711

Pulled By: mkonicek

fb-gh-sync-id: d3f43e13fdcd9dd277aaa7aeead45a46b4b63b42
shipit-source-id: d3f43e13fdcd9dd277aaa7aeead45a46b4b63b42
2016-03-04 08:14:22 -08:00
..
core fix all anchor links in docs 2016-02-29 09:21:31 -08:00
jsdocs [autodocs] add doc blocks to more things 2015-09-03 11:53:20 -07:00
layout fix all anchor links in docs 2016-02-29 09:21:31 -08:00
server vibration module 2016-03-03 04:08:31 -08:00
src/react-native Add Veggies to the showcase 2016-03-04 08:14:22 -08: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 Added ability to switch version in documentation website 2016-02-12 11:57:35 -08: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