Skip to content

fema-ffrd/specs

Repository files navigation

specs

FEMA FFRD Specifications. IN PROGRESS.

https://fema-ffrd.github.io/specs/

Setup

  1. Create a Python virtual environment.
$ python -m venv venv-specs
$ source ./venv-specs/bin/activate
(venv-specs) $
  1. Install project dependencies.
(venv-specs) $ pip install .
  1. Run the local mkdocs server.
(venv-specs) $ mkdocs serve

Optional Setup - Markdown Formatting Pre-Commit Hook

To set up a pre-commit hook for mdformat to automatically format Markdown files within the repository:

(venv-specs) $ pre-commit install

About

FEMA FFRD Specifications. **In Progress.**

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors