react-native/website
Matteo Manchi 0f850b4760 Adding MyPED to React Native Showcase
Reviewed By: svcscm

Differential Revision: D2932104

fb-gh-sync-id: 1b315b13fe96bcdd674e056fa650762e466282d6
shipit-source-id: 1b315b13fe96bcdd674e056fa650762e466282d6
2016-02-12 08:50:34 -08:00
..
core CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
jsdocs [autodocs] add doc blocks to more things 2015-09-03 11:53:20 -07:00
layout CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
server CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
src/react-native Adding MyPED to React Native Showcase 2016-02-12 08:50:34 -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 CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
publish-gh-pages.js CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -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