Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 626 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 626 Bytes

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