docs: added dividers + see also section (#2899)
This commit is contained in:
@@ -15,6 +15,8 @@ However, if you’re interested in using Medusa’s starters for the three compo
|
||||
|
||||
When you run the `create-medusa-app` command, you’ll install a Medusa server, a Medusa admin, and optionally a storefront at the same time.
|
||||
|
||||
---
|
||||
|
||||
## How to Create a Medusa Project
|
||||
|
||||
In your terminal, run the following command:
|
||||
@@ -103,6 +105,8 @@ yarn start
|
||||
|
||||
The commands will differ based on your choices in previous prompts.
|
||||
|
||||
---
|
||||
|
||||
## Project Directory Structure
|
||||
|
||||
Inside the root project directory which was specified at the beginning of the installation process you’ll find the following directory structure:
|
||||
@@ -114,8 +118,10 @@ Inside the root project directory which was specified at the beginning of the in
|
||||
/admin // Medusa admin panel
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## What’s Next
|
||||
|
||||
- Learn how to [deploy the Medusa server](../deployments/server/index.mdx).
|
||||
- Learn how to [deploy the Medusa admin](../deployments/admin/index.mdx).
|
||||
- Learn how to [deploy the storefront](../deployments/storefront/index.mdx).
|
||||
- [Deploy the Medusa server](../deployments/server/index.mdx)
|
||||
- [Deploy the Medusa admin](../deployments/admin/index.mdx)
|
||||
- [Deploy the storefront](../deployments/storefront/index.mdx)
|
||||
|
||||
Reference in New Issue
Block a user