Skip to content

Commit b3ea814

Browse files
authored
docs: update setup instructions
1 parent 494a60b commit b3ea814

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ This is the frontend repository for the [Journal Policy Tracker](https://github.
2626

2727
### Built With
2828

29-
- [React Bootstrap](https://react-bootstrap.github.io/)
3029
- [React](https://reactjs.org/)
30+
- [Apollo Client](https://github.com/apollographql/apollo-client)
3131

3232
<!-- GETTING STARTED -->
3333

@@ -38,7 +38,7 @@ This is the frontend repository for the [Journal Policy Tracker](https://github.
3838
To run this project locally on your machine you need the following installed
3939

4040
- nodejs
41-
- npm
41+
- yarn
4242

4343
### Installation
4444

@@ -48,11 +48,11 @@ To run this project locally on your machine you need the following installed
4848
```
4949
2. Install NPM packages
5050
```sh
51-
npm install
51+
yarn
5252
```
5353
3. Running the project
5454
```sh
55-
npm start
55+
yarn start
5656
```
5757
<!-- USAGE EXAMPLES -->
5858
<!-- ## Usage will be added later -->

0 commit comments

Comments
 (0)