Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 429 Bytes

development.md

File metadata and controls

21 lines (13 loc) · 429 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.

Read more about it here.

Running Locally

make docs-serve