|
преди 4 години | |
---|---|---|
data | преди 4 години | |
src | преди 4 години | |
.babelrc.js | преди 4 години | |
.env.template | преди 4 години | |
.gitignore | преди 4 години | |
README.md | преди 4 години | |
medusa-config.js | преди 4 години | |
package.json | преди 4 години | |
yarn.lock | преди 4 години |
This repo provides the skeleton to get you started with using Medusa. Follow the steps below to get ready.
Have Postgresql installed and ensure it is running and initialized.
$ brew install postgresql
$ brew services start postgresql
$ createdb
Install Redis and ensure that it is running.
$ brew install redis
$ brew services start redis
Have Yarn and related packages installed globally:
$ brew install yarn
$ yarn global add npm @babel/core
.env.template
to .env
: $ mv .env.template .env
.env
.env
$ yarn
$ psql -h localhost -c 'create database "medusa-development";'
$ yarn seed
$ medusa develop
Your local Medusa server is now running on port 9000.
Visit docs.medusa-commerce.com for further guides.