Name | Github | Discord | |
---|---|---|---|
Hetarth Shah | @Hetarth02 | @Hetarth02 | Hetarth02#3646 |
Sanjay Boricha | @SanjayBoricha | - | Sanjay#6692 |
An open source storefront built using MedusaJs
and Sveltekit
coupled with DaisyUI(TailwindCSS)
and with lots of swappable themes. Moreover, you can also create your own themes and integrate it by following this steps. Currently, It includes products listing, products screen, cart, checkout and payment.
Before you start with the tutorial make sure you have
- Node.js v14 or greater installed on your machine
- Medusa server v14 or greater installed on your machine
Make sure to start the medusa server.
- Clone the repository:
git clone https://github.com/Hetarth02/medusa-sveltekit.git
- Change directory and install dependencies:
cd medusa-sveltekit
npm i
- Start the app
npm run dev