docs: added create-medusa-app command within prerequisites (#4518)

This commit is contained in:
Shahed Nasser
2023-07-12 20:18:36 +03:00
committed by GitHub
parent 0b84bd5764
commit ef24fef53b

View File

@@ -43,7 +43,13 @@ Instead of manually following this guide to install then later deploy the Next.j
## Prerequisites
This document assumes you already have a Medusa backend installed. If you dont, please follow the [Create Medusa App guide](../create-medusa-app.mdx) to learn how to do it.
This document assumes you already have a Medusa backend installed. If you dont, you can install the Medusa backend with the following command:
```bash
npx create-medusa-app@latest
```
Learn more about prerequisites of `create-medusa-app` and troubleshooting in [this guide](../create-medusa-app.mdx).
You should also have Node.js with v16 or greater installed. You can check your Node.js version with the following command: