Нет описания

Sebastian Rindom 73110d6b82 fix: add seed file 4 лет назад
data 73110d6b82 fix: add seed file 4 лет назад
src aa863eca47 add custom directories 4 лет назад
.babelrc 0ce2889584 fix: package.json 4 лет назад
.babelrc.js 0ce2889584 fix: package.json 4 лет назад
.env.template aa863eca47 add custom directories 4 лет назад
.gitignore aa863eca47 add custom directories 4 лет назад
README.md aa863eca47 add custom directories 4 лет назад
medusa-config.js aa863eca47 add custom directories 4 лет назад
package.json 619d981bd0 feat: adds seed data 4 лет назад
yarn.lock 619d981bd0 feat: adds seed data 4 лет назад

README.md

Medusa Starter Default

This repo provides the skeleton to get you started with using Medusa. Follow the steps below to get ready.

  • Copy the .env.template file to a .env file in the root directory
  • Setup a Stripe account and add your API key and webhook secret to your .env
  • Setup a Sendgrid account and add your API key to your .env
  • yarn
  • medusa develop

Your local Medusa server is now running on port 9000.

Visit docs.medusa-commerce.com for further guides.