mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a04a9c73e9
Website header now contains version number which is a link. Clicking the link redirects you to a page that lists all the previous versions of the website. Considering that we do a branch cut every 2 weeks a solution with dropdown did not feel right because it would grow fast. As an improvement for the future - we could link change docs in the versions.html
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