An open API service indexing awesome lists of open source software.

https://github.com/cybercentrecanada/howler-ui

Howler's UI. Howler is an application that allows analysts to triage hits and alerts. It provides a way for analysts to efficiently review and analyze alerts generated by different analytics and detections.
https://github.com/cybercentrecanada/howler-ui

Last synced: 6 months ago
JSON representation

Howler's UI. Howler is an application that allows analysts to triage hits and alerts. It provides a way for analysts to efficiently review and analyze alerts generated by different analytics and detections.

Awesome Lists containing this project

README

          

# Howler UI

## Développement

Vous devez également exécuter l'[API Howler](https://github.com/CybercentreCanada/howler-api) afin d'exécuter howler.

```bash
git clone git@github.com:CybercentreCanada/howler-ui.git
cd howler-ui
yarn install
yarn start
```