You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,20 @@ This repository contains the following:
12
12
13
13
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)
14
14
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
+
15
29
## 1. Clone and Install
16
30
17
31
To infinity and beyond! Clone the repo and install root dependencies:
0 commit comments