Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 818 Bytes

CONTRIBUTING.md

File metadata and controls

66 lines (44 loc) · 818 Bytes

Contributing to Quickwit datasource

Development

Prerequisites

You need:

Building

All the stack

./build_and_start.sh

Frontend

$ npm install
$ npm run build

When developing the front, use npm run dev.

Backend

$ mage -v

Start Grafana

$ docker-compose up grafana

Testing

Frontend

$ npm run test

Backend

$ go test -v ./pkg/...

Storybook

$ npm run storybook

Release

TODO