docs: add npx2yarn component (#14512)

* initial

* initial

* update tests

* remove unused import

* allow passing with no tests

* vale fixes
This commit is contained in:
Shahed Nasser
2026-01-12 13:42:30 +02:00
committed by GitHub
parent 5f90cd0650
commit 43951ce60e
16 changed files with 330 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ You can replace `npm run other-build-steps` with the appropriate command for you
If you're deploying both a Medusa application and a storefront on Cloud, Medusa will run the:
1. The `build` command defined in the backend's `package.json` file, which must run the `medusa build` command.
2. The build command relevant to the storefront, depending on the framework you're using. For example, if you're using Next.js for your storefront, Medusa will run the `next build` command in the storefront's directory.
2. The build command relevant to the storefront, depending on the frontend framework you're using. For example, if you're using Next.js for your storefront, Medusa will run the `next build` command in the storefront's directory.
- Medusa currently doesn't support custom build scripts for storefronts.
### What Gets Deployed in the Medusa Application?

View File

@@ -49,7 +49,7 @@ Medusa provides you with the following starters that you can use to quickly set
- **DTC Starter**: Standard Medusa application with fully-fledged commerce features.
- **B2B Starter**: Medusa application with powerful B2B and commerce features.
Both starters come with a pre-configured Medusa server, admin dashboard, and Next.js storefront.
Both starters come with a pre-configured Medusa server, admin dashboard, and the Next.js Starter Storefront.
To create a project from either of these starters:

View File

@@ -4,13 +4,13 @@ export const metadata = {
# {metadata.title}
In this guide, learn about the prerequisites for your Medusa application and storefront before deploying it to Medusa Cloud in a new project.
In this guide, learn about the prerequisites for your Medusa application and storefront before deploying it to Cloud in a new project.
Alternatively, you can create a project from a starter, as explained in the [Create Projects](../page.mdx) guide.
## Who is this guide for?
This guide is intended for developers and teams deploying their local Medusa applications to Medusa Cloud.
This guide is intended for developers and teams deploying their local Medusa applications to Cloud.
You'll learn what setup steps are necessary for:
@@ -25,7 +25,7 @@ This section covers the prerequisites for deploying your Medusa application (ser
If you're also deploying a storefront with your backend, check the [next section](#prerequisites-for-medusa-application-with-storefront) for additional prerequisites.
### Configurations Managed by Medusa Cloud
### Configurations Managed in Cloud
Your existing Medusa application (server and admin dashboard) doesn't need specific configurations to be deployed to Cloud. Medusa automatically: