docs: added additional step for Gatsby and Next.js storefronts (#2328)
* Docs: Add additional step for Gatsby and Next.js storefronts * update gatsby-medusa-starter.md * Update docs/content/starters/nextjs-medusa-starter.md Co-authored-by: Shahed Nasser <shahednasser@gmail.com> * update next-js-starter,md * Update gatsby-medusa-starter.md * Update gatsby-medusa-starter.md * Update gatsby-medusa-starter.md Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ gatsby new my-medusa-storefront https://github.com/medusajs/gatsby-starter-medus
|
||||
2\. Change to the newly created directory `my-medusa-storefront` and rename the template environment variable file to use environment variables in development:
|
||||
|
||||
```bash
|
||||
cd my-medusa-storefront
|
||||
mv .env.template .env.development
|
||||
```
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ npx create-next-app -e https://github.com/medusajs/nextjs-starter-medusa my-medu
|
||||
2\. Change to the newly created directory `my-medusa-storefront` and rename the template environment variable file to use environment variables in development:
|
||||
|
||||
```bash
|
||||
cd my-medusa-storefront
|
||||
mv .env.template .env.local
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user