diff --git a/docs/content/quickstart/quick-start.mdx b/docs/content/quickstart/quick-start.mdx index 2d42b23c2c..f3dc1c6ba4 100644 --- a/docs/content/quickstart/quick-start.mdx +++ b/docs/content/quickstart/quick-start.mdx @@ -6,6 +6,8 @@ This document will guide you through setting up your Medusa server in a few minu ## Prerequisites +### Node.js + Medusa supports Node versions 14 and 16. You can check which version of Node you have by running the following command: ```bash noReport @@ -14,6 +16,10 @@ node -v You can install Node from the [official website](https://nodejs.org/en/). +### Git + +Git is required for this setup. You can find instructions on how to install it from the [Set up your dev environment documentation](../tutorial/0-set-up-your-development-environment.mdx#git). + --- ## Create a Medusa Server