More updates to README.md

This commit is contained in:
Ram Reddy 2021-02-03 10:18:42 -05:00
parent 07e882d231
commit d971117ee7
3 changed files with 16922 additions and 1 deletions

View File

@ -11,6 +11,11 @@ cd website
npm i npm i
``` ```
After installing the dependencies make sure to install yarn by doing:
```
npm install -g yarn
```
# Running # Running
After you've set up the project for the first time, simply run: After you've set up the project for the first time, simply run:
``` ```

16912
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,13 +7,17 @@
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0", "@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10", "@testing-library/user-event": "^12.1.10",
"bootstrap": "^4.5.3", "bootstrap": "^4.6.0",
"bootstrap-icons": "^1.2.2", "bootstrap-icons": "^1.2.2",
"jquery": "^3.5.1",
"node-sass": "4.14", "node-sass": "4.14",
"popper.js": "^1.16.1",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "4.0.1", "react-scripts": "4.0.1",
"tsutils": "^3.20.0",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4" "web-vitals": "^0.2.4"
}, },
"scripts": { "scripts": {