This is a separate admin dashboard for Medusa v2. It has been extracted from the Medusa repository to facilitate easier customization and development.
This dashboard is compatible with Medusa v2.10.2.
- A running instance of Medusa v2.10.2
- Clone the repository:
git clone https://github.com/MEClouds/medusa-v2-admin.git- Install dependencies:
yarn install- Start the development server:
yarn devTo sync the latest changes from the original repository, you have two options:
- Sync with merge:
chmod +x sync-with-merge.sh
./sync-with-merge.shThis option will merge the latest changes from the original repository into your local repository, preserving your local changes.
- Sync with overwrite:
chmod +x sync-with-overwrite.sh
./sync-with-overwrite.shWarning: 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.