Shared documentation for HSRP applications, documented via VuePress.
View documentation on HSRP apps (I-WASTE and RADAR) here
# install vuepress
npm install
# start the VuePress instance for documentation
npm start
# build the VuePress documentation site, bundled into dist directory
npm run build