Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 232 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 232 Bytes

Contributing notes

Local setup

The easiest way to make a local development setup is to use Docker Compose.

docker-compose up -d
make

Vendoring

We use dep to vendor dependencies.