Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 383 Bytes

development.md

File metadata and controls

19 lines (12 loc) · 383 Bytes

Development

Building

The following will build the binary for the current platform and place it in the releases directory.

goreleaser build --clean --snapshot --single-target

Documentation

This is built using Material for MkDocs and can be run very easily locally providing you have docker available.

Running Locally

make docs-serve