Ensure that you have Node.js and npm installed on your machine.
git clone https://github.com/asilor/medusa-storefront
cd medusa-storefront
npm install
Create a .env
file in the root of the project directory. Add the necessary environment variables.
VITE_MEDUSA_BACKEND_URL=
VITE_MEDUSA_PUBLISHABLE_KEY=
Start the development server:
npm run dev
This will start the application at http://localhost:5173.
By commiting the changes the application will be automatically deployed.