Skip to content

This repository is the codebase of tutorial How to Automate Customer Group Assignment in Medusa.

Notifications You must be signed in to change notification settings

ashutoshkrris/automate-customer-group-assignment-medusa

Repository files navigation

How to Automate Customer Group Assignment in Medusa

This repository is the codebase of tutorial How to Automate Customer Group Assignment in Medusa.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v1.7.2. It is not guaranteed that it will work with future releases.

Prerequisites

How to Install

You may change these steps per your article.

  1. Clone this repository:

    git clone https://github.com/ashutoshkrris/automate-customer-group-assignment-medusa.git my-medusa-store
  2. Change directory and install dependencies:

    cd my-medusa-store
    npm install
  3. Run the following command to create a .env file:

    mv .env.template .env
  4. Seed the data:

    medusa seed -f ./data/seed.json
  5. Build the project:

    npm run build
  6. Start Server:

    medusa develop

Other Resources

About

This repository is the codebase of tutorial How to Automate Customer Group Assignment in Medusa.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published