mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
f73f41779a
Summary:Relative links did not have 'docs/' prefix, so all of them lead to 404 page. Fixes #5964 Closes https://github.com/facebook/react-native/pull/5975 Differential Revision: D2943886 Pulled By: androidtrunkagent fb-gh-sync-id: dbc2355ecf7ea4f1dea0f8f6a5ef50e5f324dfda shipit-source-id: dbc2355ecf7ea4f1dea0f8f6a5ef50e5f324dfda
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