Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechmarek committed Jan 16, 2023
1 parent 71a5017 commit e9455c0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ All design styles are written from scratch. This application does not use any UI

## How to run

1. Clone the repo.
2. Run `yarn`.
3. Run `yarn dev`.
4. Open `http:https://localhost:5173` in your browser to see the app.
1. Install [Node.js](https://nodejs.org/en/download/).
2. Install [Yarn](https://classic.yarnpkg.com/en/docs/install/).
3. Clone the repository.
4. Type and run: `yarn` in the root directory.
5. Type and run: `yarn dev` in the root directory.
6. Open `http:https://localhost:5173` in your browser to see the app.

0 comments on commit e9455c0

Please sign in to comment.