To start both of the projects, run:
yarn devThe docker-compose.yml file is for the PostgreSQL database.
docker-compose up --build -dMedusa Setup run :
yarn medusa db:setupTo create an superuser run :
npx medusa user -e [email protected] -p supersecret