You are on page 1of 1

Installation

cd react-native-website to go into the project root.


cd website to go into the website portion of the project.
yarn to install the website's npm dependencies (or npm install, if not using Yarn).
Running locally
yarn start to start the development server (powered by Docusaurus) (or npm start,
if not using Yarn).
open http://localhost:3000/ to open the site in your favorite browser.

You might also like