Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 425 Bytes

Developing

  1. Install the Helix CLI: sudo npm install -g @adobe/helix-cli
  2. Run hlx up this repo's folder. (opens your browser at http://localhost:3000)
  3. Open this repo's folder in your favorite editor and start coding.

Testing

npm run test

or:

npm run test:watch

This will give you several options to debug tests. Note: coverage may not be accurate.