This commit is contained in:
Nicklas Gellner
2024-12-12 09:10:11 +02:00
committed by GitHub
parent 885c82ded6
commit 52b494b62d
@@ -80,7 +80,7 @@ You'll first be asked for the project's name. You can also optionally choose to
Afterwards, the installation process will start, which will install the Medusa application in a directory with your project's name. If you chose to install the Next.js starter, it'll be installed in a separate directory with the `{project-name}-storefront` name.
<Note title="Why is the storefront installed separately?">
<Note title="Why is the storefront installed separately">
The Medusa application is composed of a headless Node.js server and an admin dashboard. The storefront is installed or custom-built separately and connects to the Medusa application through its REST endpoints, called [API routes](!docs!/learn/fundamentals/api-routes). Learn more about Medusa's architecture in [this documentation](!docs!/learn/introduction/architecture).
@@ -88,7 +88,7 @@ The Medusa application is composed of a headless Node.js server and an admin das
Once the installation finishes successfully, the Medusa Admin dashboard will open with a form to create a new user. Enter the user's credential and submit the form. Afterwards, you can login with the new user and explore the dashboard.
<Note title="Ran to Errors?">
<Note title="Ran into Errors">
Check out the [troubleshooting guides](../../../troubleshooting/create-medusa-app-errors/page.mdx) for help.