From 07e882d231ea367d519a1e398ec7c0efccf17f89 Mon Sep 17 00:00:00 2001 From: Aditya Vasantharao <59733640+adiv413@users.noreply.github.com> Date: Tue, 2 Feb 2021 19:31:05 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d61295b..8285c78 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ Source for TJHRC's website built with Sanity and React. +# Setup +When setting this project up for the first time, first download Node.js if you haven't already from here: https://nodejs.org/en/download/. + +Then clone the project and run: +``` +cd website +npm i +``` + +# Running +After you've set up the project for the first time, simply run: +``` +yarn start +``` +And you should see the website load and show up in your browser, at the address https://http://localhost:3000/. + ## Available Scripts In the project directory, you can run: