From 3f42a8e740d5eff92c6216fef3437d08e7405d9d Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 6 Jun 2023 15:36:16 +0300 Subject: [PATCH] docs: small fixes in next.js storefront guide (#4256) --- docs/content/starters/nextjs-medusa-starter.mdx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/content/starters/nextjs-medusa-starter.mdx b/docs/content/starters/nextjs-medusa-starter.mdx index 39569fc4a2..fc4266b027 100644 --- a/docs/content/starters/nextjs-medusa-starter.mdx +++ b/docs/content/starters/nextjs-medusa-starter.mdx @@ -56,12 +56,6 @@ You can install Node from the [official website](https://nodejs.org/en/). ## Installation -:::tip - -It is recommended to use [Yarn](https://yarnpkg.com/getting-started/install) for the installation process as it's much faster than using NPM. - -::: - 1\. Create a new Next.js project using the [Medusa starter template](https://github.com/medusajs/nextjs-starter-medusa): ```bash @@ -77,11 +71,11 @@ mv .env.template .env.local 3\. Make sure the Medusa backend is running, then run the local Next.js server: -```bash +```bash npm2yarn npm run dev ``` -Your Next.js storefront is now running at `localhost:8000`! +Your Next.js storefront is now running at `localhost:8000`