Skip to content

MEClouds/medusa-v2-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medusa Admin Dashboard

This is a separate admin dashboard for Medusa v2. It has been extracted from the Medusa repository to facilitate easier customization and development.

Compatibility

This dashboard is compatible with Medusa v2.10.2.

Prerequisites

  • A running instance of Medusa v2.10.2

Getting Started

  1. Clone the repository:
  git clone https://github.com/MEClouds/medusa-v2-admin.git
  1. Install dependencies:
  yarn install
  1. Start the development server:
  yarn dev

To sync the latest changes from the original repository, you have two options:

  1. Sync with merge:
  chmod +x sync-with-merge.sh
  ./sync-with-merge.sh

This option will merge the latest changes from the original repository into your local repository, preserving your local changes.

  1. Sync with overwrite:
  chmod +x sync-with-overwrite.sh
  ./sync-with-overwrite.sh

Warning: This option will overwrite all your local changes with the latest changes from the original repository. Make sure to back up any important local changes before using this option.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages