mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
4e31148726
Summary:Algolia is now indexing each version of the docs, let's use it :) Closes https://github.com/facebook/react-native/pull/6385 Differential Revision: D3031426 Pulled By: vjeux fb-gh-sync-id: f06855bda304f491aaac28663c2d24b142a80d75 shipit-source-id: f06855bda304f491aaac28663c2d24b142a80d75
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