# ikmfront **Repository Path**: LeoLXiong/ikmfront ## Basic Information - **Project Name**: ikmfront - **Description**: ikm前端应用 react antd - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2025-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Knowledge-Harvest English · [中文](./README-zh_CN.md) ## ✨ Introduction TODO ## 🤝 Contribution Guide ### Install Package Manager ```sh npm install pnpm -g ``` ### Install Project Dependencies ```sh pnpm install ``` ### Start the Project ```sh pnpm run dev ``` ### Build and Package ```sh pnpm run build ``` ## Commit Guidelines - `feat`: Introduce new features - `fix`: Fix bugs - `docs`: Modify documentation - `style`: Style, code formatting (changes that do not affect the running of the code) - `refactor`: Refactor the code for better structure or readability - `perf`: Improve performance or user experience - `test`: Add or modify unit tests - `chore`: Changes to the build process or auxiliary tools - `revert`: Revert changes to a previous state - `release`: Release a new version of the project