Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 528 Bytes

File metadata and controls

17 lines (15 loc) · 528 Bytes

adobestock

This repository is the first attempt at bringing Franklin/Milo into the Stock ecosystem.

Developing

  1. Install the Helix CLI: sudo npm install -g @adobe/helix-cli
  2. Run aem 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.