Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 285 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 285 Bytes

FSDL Website

This website came online in January 2021.

It uses mkdocs, which you can set up with make setup.

To develop locally, run make serve and edit the files.

To deploy, push main branch to github and it will deploy via github action, or manually run make deploy.