Skip to content

Commit

Permalink
docs: Added npm install in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Feb 22, 2024
1 parent 223858c commit 365f3e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ In the repo, submit a pr.

## How to run the application
To run the application
1. Install all the dependencies
```
npm install
```

```
npm run start
```

0 comments on commit 365f3e3

Please sign in to comment.