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:
Ayush Sharma
2022-10-04 13:02:14 +05:30
committed by GitHub
parent d87b3b34fb
commit a37925d6ea
2 changed files with 2 additions and 0 deletions

View File

@@ -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
```

View File

@@ -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
```