You need:
- Docker and compose
- Node.js
- yarn
- golang
- Mage
- A Quickwit instance running locally
./build_and_start.sh
$ npm install
$ npm run build
When developing the front, use npm run dev
.
$ mage -v
$ docker-compose up grafana
$ npm run test
$ go test -v ./pkg/...
$ npm run storybook
TODO