FEMA FFRD Specifications. IN PROGRESS.
https://fema-ffrd.github.io/specs/
- Create a Python virtual environment.
$ python -m venv venv-specs
$ source ./venv-specs/bin/activate
(venv-specs) $
- Install project dependencies.
(venv-specs) $ pip install .
- Run the local
mkdocsserver.
(venv-specs) $ mkdocs serve
To set up a pre-commit hook for mdformat to automatically format Markdown files within the repository:
(venv-specs) $ pre-commit install