docs: fix start command for storefront (#3058)

This commit is contained in:
Shahed Nasser
2023-01-18 15:57:13 +02:00
committed by GitHub
parent 8417757d92
commit 4b5d760c96
+2 -1
View File
@@ -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.