Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 751 Bytes

freedom-pgp-e2e

Build StatusBuild Status

Wrapping up end-to-end code and providing PGP crypto functionality in a freedom custom API.

Build

The normal flow is just npm install, and then the following grunt options:

  • grunt (default, will lint, copy, and run phantom tests)

  • grunt test (will lint, copy, and run all tests)

  • grunt demo (will lint, copy, and open a browser pointed at the demo app)