Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 414 Bytes

CONTRIBUTORS.md

File metadata and controls

18 lines (12 loc) · 414 Bytes

Contributors

Information for contributors

Site

The site is built using Hugo and the docsy theme.

Edit Site Locally

To edit and preview the site locally, follow these steps:

  1. ensure you have hugo installed
  2. initialize the submodules
git submodule update --init --recursive --depth 1
  1. Run hugo server in the docs/ folder