# YMIR **Repository Path**: zpdmgw/ymir ## Basic Information - **Project Name**: YMIR - **Description**: YMIR框架的自适应更改 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-20 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### YMIR web is an open-source, focusing on ai learning, including training, mining, labelling, all-in-one platform. ## Development ### - Requirement: NodeJS [nodejs website](http://nodejs.cn/) (10.x < version <= 16.x) 1. Clone the repository ```bash git clone https://github.com/IndustryEssentials/ymir.git cd ymir/ymir/web ``` 2. Install required dependencies ```bash npm install ``` 3. Config backend app address in .umirc.local.ts, it will be proxy in the same domain automatic. 4. Start the development server ```bash npm run start ``` 5. After you make changes and ready to use it in production, you need to create a production build ```bash npm run build ``` Now you have *.js and *.css files in the `ymir/` directory