21c4705add
Summary: We want to pull RN API docs into exponent. So moving them into a module will be useful since we don't want to keep a duplicate list. Run `npm start` in the `website` folder and see it still generates docs. cc brentvatne Closes https://github.com/facebook/react-native/pull/11712 Differential Revision: D4380320 fbshipit-source-id: 103e5deecdbe9aa1a4690496bf954b5cdd6be097 |
||
---|---|---|
.. | ||
core | ||
jsdocs | ||
layout | ||
server | ||
src/react-native | ||
.gitignore | ||
README.md | ||
package.json | ||
publish-gh-pages.js | ||
setup.sh |
README.md
Install prerequisites
Before running the website, make sure you've run the following:
git clone https://github.com/facebook/react-native.git
cd react-native
npm install
Run the website server
The first time, get all the website dependencies loaded via
cd website
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