Skip to content

Commit 3f8cb0a

Browse files
update README.md to fix the setup instructins ISSUE# 107
1 parent 21b7990 commit 3f8cb0a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ This repository contains the following:
1212

1313
Strap yourself in! You can get started with this project on your local machine by following the instructions below, or you can [request a private instance on our website](https://strapi.io/demo)
1414

15+
### Prerequisites
16+
17+
- **Node.js** v18 or higher
18+
- **Yarn** as your package manager (this project uses Yarn internally for its scripts)
19+
20+
> **Don't have Yarn installed?** You can enable it via Node.js Corepack:
21+
> ```sh
22+
> corepack enable
23+
> ```
24+
> Or install it globally via npm:
25+
> ```sh
26+
> npm install -g yarn
27+
> ```
28+
1529
## 1. Clone and Install
1630
1731
To infinity and beyond! Clone the repo and install root dependencies:

0 commit comments

Comments
 (0)