Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 566 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 566 Bytes

Build Instructions

Clone and update

Github

Development buiding

  • manual: npm run build
  • automatic: npm build-watch (uses parcel hot loading and caching)

Production building

  • Run task build
  • or npm run build

Create Documentaiton

  • Run task build-docs
  • or npm run build-docs

JEST Testing

  • Run task test
  • or npm run test