mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
359b381796
This reverts commit 0ea020d823205fd808ac980a058c5fce0aa9306b. fb-gh-sync-id: f46c4a1f927128fd34c2f8ce4be4c275468f2355 fbshipit-source-id: f46c4a1f927128fd34c2f8ce4be4c275468f2355
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