Skip to content

Commit

Permalink
fix: rm 'locally'
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed May 15, 2023
1 parent 0d502ae commit 6afa6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ yarn seed

This will provide you with some demo products and the necessary product categories to fill out the homepage.

## Running Medusa locally
## Running Medusa

From the `medusa` subfolder, run:

Expand All @@ -55,7 +55,7 @@ yarn start

Your Medusa server should now be running on [localhost:9000](http://localhost:9000/).

## Running Next.js Commerce locally
## Running Next.js Commerce

1\. You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js Commerce. Copy the contents of .env.example to a .env file in the root of your Next.js Commerce project, and make sure the NEXT_PUBLIC_MEDUSA_BACKEND_API environment variable points to your Medusa backend domain (default: http://localhost:9000).

Expand Down

0 comments on commit 6afa6bd

Please sign in to comment.