Development
Contributing
How to contribute to CrowdSec Manager
Contributing
We welcome contributions to CrowdSec Manager!
Development Setup
-
Clone the repository:
git clone https://github.com/hhftechnology/crowdsec_manager.git -
Install dependencies:
- Go 1.21+
- Node.js 18+
- Docker
-
Run Backend:
go run main.go -
Run Frontend:
cd web npm install npm run dev
Pull Requests
Please ensure your code follows the existing style and includes tests where appropriate. Open a Pull Request with a clear description of your changes.