Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 636 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 636 Bytes

Ferret Website

Built with Hugo

Prerequisites

  • Go
  • Hugo
  • Node.js
  • Mage for building the website.
  • frep(optional) is the tool used for templating the documentation

Getting Started

Installing dependencies

go mod tidy && mage install

Dev server

mage serve

Generating API docs

Generating stdlib documentation requires doc rep YAML.

mage generate

Publishing

mage publish