diff --git a/website/README.md b/website/README.md index 3c633b912..d58fb8d68 100644 --- a/website/README.md +++ b/website/README.md @@ -1,8 +1,19 @@ -# Run the website server +# Install prerequisites -The first time, get all the dependencies loaded via +Before running the website, make sure you've run the following: ```sh +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 + +```sh +cd website npm install ``` @@ -21,4 +32,3 @@ Anytime you change the contents, just refresh the page and it's going to be upda cd website npm run publish-website ``` -