CrowdSec-Manager Docs
Development

Contributing

How to contribute to CrowdSec Manager

Contributing

We welcome contributions to CrowdSec Manager!

Development Setup

  1. Clone the repository:

    git clone https://github.com/hhftechnology/crowdsec_manager.git
  2. Install dependencies:

    • Go 1.21+
    • Node.js 18+
    • Docker
  3. Run Backend:

    go run main.go
  4. 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.

On this page