474cb60fd3
Summary: When building the website, I saw this warning: `Warning: Unknown DOM property for. Did you mean htmlFor?` So, here's the fix. 1. do `npm start` 2. load the homepage (with the newsletter input) 3. see warning: `Warning: Unknown DOM property for. Did you mean htmlFor?` Closes https://github.com/facebook/react-native/pull/10948 Differential Revision: D4200031 Pulled By: hramos fbshipit-source-id: 7a17e3961ec59a1f28e81d3639a5376880873bd6 |
||
---|---|---|
.. | ||
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