-
Navigate to the storefront directory:
cd ../storefront
-
Create your environment file:
cp .env.template .env
-
Install dependencies:
yarn install
-
Access the Medusa Admin Panel at http://localhost:9000/app/settings/publishable-api-keys
- Login credentials:
- Email:
[email protected]
- Password:
supersecret
- Email:
- Login credentials:
-
Copy the token key labeled "Webshop"
-
Open
storefront/.env
and set the value forNEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY
Start the development server:
# Start Medusa storefront
yarn dev