File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ This is the frontend repository for the [Journal Policy Tracker](https://github.
26
26
27
27
### Built With
28
28
29
- - [ React Bootstrap] ( https://react-bootstrap.github.io/ )
30
29
- [ React] ( https://reactjs.org/ )
30
+ - [ Apollo Client] ( https://github.com/apollographql/apollo-client )
31
31
32
32
<!-- GETTING STARTED -->
33
33
@@ -38,7 +38,7 @@ This is the frontend repository for the [Journal Policy Tracker](https://github.
38
38
To run this project locally on your machine you need the following installed
39
39
40
40
- nodejs
41
- - npm
41
+ - yarn
42
42
43
43
### Installation
44
44
@@ -48,11 +48,11 @@ To run this project locally on your machine you need the following installed
48
48
```
49
49
2 . Install NPM packages
50
50
``` sh
51
- npm install
51
+ yarn
52
52
```
53
53
3 . Running the project
54
54
``` sh
55
- npm start
55
+ yarn start
56
56
```
57
57
<!-- USAGE EXAMPLES -->
58
58
<!-- ## Usage will be added later -->
You can’t perform that action at this time.
0 commit comments