AlexTy-dev / medusa-custom-admin-panel

3 stars 0 forks source link

Medusa logo

Medusa

Documentation | Website

Building blocks for digital commerce

PRs welcome! Product Hunt Discord Chat Follow @medusajs

## Compatibility This starter is compatible with versions >= 1.8.0 of `@medusajs/medusa`. ## Getting Started Visit the [Quickstart Guide](https://docs.medusajs.com/create-medusa-app) to set up a server. Visit the [Docs](https://docs.medusajs.com/development/backend/prepare-environment) to learn more about our system requirements. ## Start guide Create .env file with your credentials, for exapmle: ``` DATABASE_TYPE=postgres DATABASE_URL=postgres://postgres:postgres@localhost/medusa-cpLz MEDUSA_ADMIN_ONBOARDING_TYPE=default STORE_CORS=http://localhost:8000,http://localhost:7001 ``` Install node modules ``` yarn ``` ``` cd custom-packages/admin-custom && yarn ``` ``` cd custom-packages/admin-ui-custom && yarn ``` Start command in root folder ``` yarn link:admin-custom ``` Start dev ``` yarn dev ```