Storefront is built with Sveltekit/Typescript, with Stripe as the payment provider.
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.
cd my-app
yarn install
mv .env.example .env
yarn dev