Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 885 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 885 Bytes

Build Status

Integrity Theme

Integrity material theme. Built with the help of angular-library-starter.

Useful Commands

Get started: npm install

Testing: npm test

Building: npm run build

Test package locally:

  • npm run pack:lib
  • Then install in your app: npm install [path-to-lib]/integrity-theme-[version].tgz

Publish: npm run publish:lib

Before publishing the first time:

Documentation:

  • npm run compodoc
  • npm run compodoc:serve