docs: updates to installation doc (#13848)

* docs: updates to installation doc

* small iteration
This commit is contained in:
Shahed Nasser
2025-10-24 13:51:25 +03:00
committed by GitHub
parent 1d3231d37a
commit c4e1d05c39
3 changed files with 24 additions and 4 deletions
@@ -8,7 +8,15 @@ export const metadata = {
In this chapter, you'll learn how to install and run a Medusa application.
## Create Medusa Application
## Get Started with Cloud
Cloud is Medusa's PaaS platform that allows you to deploy and manage production-ready Medusa applications with ease. Benefit from features like zero-configuration deployments, automatic scaling, and GitHub integration to streamline your development workflow.
Refer to the [Sign Up](!cloud!/sign-up) guide to create your first Medusa project in minutes.
---
## Create Medusa Application Locally
A Medusa application is made up of a Node.js server and an admin dashboard. You can optionally install the [Next.js Starter Storefront](!resources!/nextjs-starter) separately either while installing the Medusa application or at a later point.