# bolt **Repository Path**: Body/bolt ## Basic Information - **Project Name**: bolt - **Description**: webman框架快速开发平台 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://madong.tech - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 80 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bolt Admin #### Introduction Bolt Admin is a backend project built on the Webman rapid development platform framework. #### Environment Requirements - `Nginx/Apache` - `PHP 8.1 ~ 8.4` - `MySQL 8.0` - `Redis` #### System Demo Admin Panel: [http://antd-vben5.ingenstream.cn](http://antd-vben5.ingenstream.cn) Username: admin Password: 123456 #### Official Forum For product bugs and optimization suggestions, please provide feedback to the community: [http://www.madong.tech](http://www.madong.tech) #### Changelog [CHANGELOG](https://gitee.com/motion-code/bolt/commits/master) #### How to Contribute We warmly welcome your participation! [Open an Issue](https://gitee.com/motion-code/bolt/issues) or submit a Pull Request. **Pull Request:** 1. Fork the repository! 2. Create your own branch: `git checkout -b feature/xxxx` 3. Commit your changes: `git commit -am 'feat(function): add xxxxx'` 4. Push your branch: `git push origin feature/xxxx` 5. Submit a `pull request` #### Git Contribution Commit Guidelines - Reference standards ([Git](https://www.conventionalcommits.org/) [Vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) [Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular)) - `feat`: Add new features - `fix`: Fix issues/bugs - `style`: Code style changes that do not affect the running result - `perf`: Optimization/performance improvements - `refactor`: Refactor code - `revert`: Revert changes - `test`: Related to tests - `docs`: Documentation/comments - `chore`: Dependency updates/configuration changes etc. - `ci`: Continuous integration - `types`: Changes to type definition files - `wip`: Work in progress #### Maintainer [Mr.April](https://gitee.com/liu_guan_qing)