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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,13 @@ Medusa is an open-source headless commerce engine that enables developers to cre
28
28
</a>
29
29
</p>
30
30
31
-
> **Prerequisites**: To use the starter you should have a Medusa server running locally on port 9000. Check out [medusa-starter-default](https://github.com/medusajs/medusa-starter-default) for a quick setup.
31
+
### Prerequisites
32
+
To use the starter you should have a Medusa server running locally on port 9000.
33
+
For a quick setup, run:
34
+
```shell
35
+
npx create-medusa-app@latest
36
+
```
37
+
Check out [create-medusa-app docs](https://docs.medusajs.com/create-medusa-app) for more details and troubleshooting.
0 commit comments