mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-16 02:10:18 -04:00
docs: fixed install instructions on readme
This commit is contained in:
parent
d971117ee7
commit
db596c2cfa
13
README.md
13
README.md
|
@ -3,17 +3,16 @@
|
||||||
Source for TJHRC's website built with Sanity and React.
|
Source for TJHRC's website built with Sanity and React.
|
||||||
|
|
||||||
# Setup
|
# 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/.
|
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/, and install yarn:
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install -g yarn
|
||||||
|
```
|
||||||
|
|
||||||
Then clone the project and run:
|
Then clone the project and run:
|
||||||
```
|
```
|
||||||
cd website
|
cd website
|
||||||
npm i
|
yarn install
|
||||||
```
|
|
||||||
|
|
||||||
After installing the dependencies make sure to install yarn by doing:
|
|
||||||
```
|
|
||||||
npm install -g yarn
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Running
|
# Running
|
||||||
|
|
Loading…
Reference in New Issue
Block a user