mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 00:39:03 +00:00
50e0d8e171
Summary: This just slightly alters the showcase rules to say that a technical blog post should be company-branded. Better to make exceptions the other way for particularly good posts, rather than to complain to people who are following the rules that the post doesn't seem "showcaseworthy". Closes https://github.com/facebook/react-native/pull/9455 Differential Revision: D3733436 Pulled By: hramos fbshipit-source-id: 572eb9f56b1f3a9c1af2362384d199a8ab5058ac
Install prerequisites
Before running the website, make sure you've run the following:
git clone https://github.com/facebook/react-native.git
cd react-native
npm install
Run the website server
The first time, get all the website dependencies loaded via
cd website
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