From 4b5d760c96e9343cb732e3bb2c4d05171c6ca911 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 18 Jan 2023 15:57:13 +0200 Subject: [PATCH] docs: fix start command for storefront (#3058) --- docs/content/usage/create-medusa-app.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/usage/create-medusa-app.mdx b/docs/content/usage/create-medusa-app.mdx index f8accfa959..64e02e5161 100644 --- a/docs/content/usage/create-medusa-app.mdx +++ b/docs/content/usage/create-medusa-app.mdx @@ -123,7 +123,8 @@ yarn start Storefront cd my-medusa-store/storefront -yarn start +yarn develop # for Gatsby storefront +yarn dev # for Next.js storefront ``` The commands will differ based on your choices in previous prompts. @@ -154,4 +155,4 @@ Inside the root project directory which was specified at the beginning of the in - [Check out Medusa's features](../introduction.md#features) - [Learn about server configurations](./configurations.md) -- [Set up your environment for advanced development](../tutorial/0-set-up-your-development-environment.mdx) \ No newline at end of file +- [Set up your environment for advanced development](../tutorial/0-set-up-your-development-environment.mdx)