If you are not familiar with Medusa, you can learn more on the project web site.
Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.
# create a new project in the current directory
git clone [email protected]:pevey/sveltekit-medusa-starter.git ./
# create a new project in my-app
git clone [email protected]:pevey/sveltekit-medusa-starter.git my-app
cd my-app
yarn install
mv .env.example .env
yarn dev