8c2e531542
Summary:This pull request moves the content of the Releases tab to the version number next to the title. With the search bar, the header was getting too crowded. - I've cleaned up the search style a bit and made it look like the React one (with the background color). - I've also improved the styling of the versions page. ![screen shot 2016-03-09 at 2 22 17 pm](https://cloud.githubusercontent.com/assets/197597/13652946/e0584326-e603-11e5-96f7-962debb1b43a.png) Closes https://github.com/facebook/react-native/pull/6388 Differential Revision: D3033151 Pulled By: vjeux fb-gh-sync-id: ec44f8f1a50331cd001c6cb7723f084751c342ab shipit-source-id: ec44f8f1a50331cd001c6cb7723f084751c342ab |
||
---|---|---|
.. | ||
core | ||
jsdocs | ||
layout | ||
server | ||
src/react-native | ||
.gitignore | ||
README.md | ||
package.json | ||
publish-gh-pages.js | ||
setup.sh |
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