docs: improve installation documentation with diagrams (#12312)
This commit is contained in:
@@ -39,6 +39,8 @@ After answering the prompts, the command installs the Medusa application in a di
|
||||
|
||||
If you chose to install the storefront with the Medusa application, the storefront is installed in a separate directory named `{project-name}-storefront`.
|
||||
|
||||

|
||||
|
||||
### Successful Installation Result
|
||||
|
||||
Once the installation finishes successfully, the Medusa application will run at `http://localhost:9000`.
|
||||
@@ -49,6 +51,8 @@ If you also installed the Next.js storefront, it'll be running at `http://localh
|
||||
|
||||
You can stop the servers for the Medusa application and Next.js storefront by exiting the installation command. To run the server for the Medusa application again, refer to [this section](#run-medusa-application-in-development).
|
||||
|
||||

|
||||
|
||||
### Troubleshooting Installation Errors
|
||||
|
||||
If you ran into an error during your installation, refer to the following troubleshooting guides for help:
|
||||
@@ -77,7 +81,9 @@ To run the Medusa application in development, change to your application's direc
|
||||
npm run dev
|
||||
```
|
||||
|
||||
This runs your Medusa application at `http://localhost:9000`, and the Medusa Admin dashboard `http://localhost:9000/app`.
|
||||
This runs your Medusa server at `http://localhost:9000`, and the Medusa Admin dashboard `http://localhost:9000/app`.
|
||||
|
||||

|
||||
|
||||
<Note title="Tip">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user