Skip to content

Commit

Permalink
docs: update yarn as package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
karolstawowski committed Jun 8, 2024
1 parent be873ec commit 6eead23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ I wanted to make an enviroment, which allows the F1 fan to seek for necessary in

## Installation

To run Formula 1 Standings Website locally, you are to have both <a href="https://nodejs.org/en/download/">Node.js enviroment</a> and <a href="https://docs.npmjs.com/downloading-and-installing-node-js-and-npm">npm package manager</a> installed.
To run Formula 1 Standings Website locally, you need both <a href="https://nodejs.org/en/download/">Node.js enviroment</a> and <a href="https://docs.npmjs.com/downloading-and-installing-node-js-and-npm">npm package manager</a> installed.

```bash
git clone https://github.com/karolstawowski/Formula_1_Standings_Website.git
```

```bash
npm install
yarn install
```

```bash
npm start
yarn start
```

## App structure
Expand Down

0 comments on commit 6eead23

Please sign in to comment.