svelte-medusa-storefront Svelte Themes

Svelte Medusa Storefront

Prerequisites

Ensure that you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/asilor/medusa-storefront
  1. Navigate to the project directory:
cd medusa-storefront
  1. Install dependencies:
npm install

Environment Variables

Create a .env file in the root of the project directory. Add the necessary environment variables.

VITE_MEDUSA_BACKEND_URL=
VITE_MEDUSA_PUBLISHABLE_KEY=

Running in Development

Start the development server:

npm run dev

This will start the application at http://localhost:5173.

Deployment

By commiting the changes the application will be automatically deployed.

Top categories

Loading Svelte Themes