/hsrp-docs

Documentation for EPA ORD HSRP applications (I-WASTE and RADAR)

Netlify Status

HSRP App Documentation

Shared documentation for HSRP applications, documented via VuePress.

Full Documentation

View documentation on HSRP apps (I-WASTE and RADAR) here

Adding or editing documentation

# install vuepress
npm install

# start the VuePress instance for documentation
npm start

# build the VuePress documentation site, bundled into dist directory
npm run build