Skip to content

Commit

Permalink
docs: update setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
padmajabhol authored Sep 24, 2022
1 parent 494a60b commit b3ea814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This is the frontend repository for the [Journal Policy Tracker](https://github.

### Built With

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

<!-- GETTING STARTED -->

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

- nodejs
- npm
- yarn

### Installation

Expand All @@ -48,11 +48,11 @@ To run this project locally on your machine you need the following installed
```
2. Install NPM packages
```sh
npm install
yarn
```
3. Running the project
```sh
npm start
yarn start
```
<!-- USAGE EXAMPLES -->
<!-- ## Usage will be added later -->
Expand Down

0 comments on commit b3ea814

Please sign in to comment.