Skip to content

Developer Guide

Resources for contributing to Forage.

Contributing to Documentation

To preview the documentation site locally:

cd website
pip install -r requirements.txt
mkdocs serve

Then open http://127.0.0.1:8000 in your browser. Changes are reloaded automatically.