Update README.md

This commit is contained in:
Aditya Vasantharao 2021-02-02 19:31:05 -05:00 committed by GitHub
parent a79f99b486
commit 07e882d231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,22 @@
Source for TJHRC's website built with Sanity and React. 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 ## Available Scripts
In the project directory, you can run: In the project directory, you can run: