Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Click the 'Fork' button at the top right of this repository's page. This will cr
2. **Install**

Once you have forked and cloned the project, you can install the Node dependencies by running the following command in the project directory:
```
## Prerequisites
- Node.js (>=16)
- Yarn (>=1.22)


```bash
yarn install
Expand Down