mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
* docs: add docs endpoint with pretty template. partially fixes #17 * add docs target to makefile, modify hugo target
6 lines
57 B
Makefile
6 lines
57 B
Makefile
cli:
|
|
go build -o vgp ./cmd/cli
|
|
|
|
docs:
|
|
cd docs && hugo
|