Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 321 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 321 Bytes

Prerequisites

Preparation

go mod tidy # install dependencies

Install pre-commit hooks

npx pre-commit install

Run make check to test

See here for more details.

Start development server

  1. make run