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

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.
@@ -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)
- [Set up your environment for advanced development](../tutorial/0-set-up-your-development-environment.mdx)