- Install the Helix CLI:
sudo npm install -g @adobe/helix-cli
- Run
hlx up
this repo's folder. (opens your browser athttp://localhost:3000
) - Open this repo's folder in your favorite editor and start coding.
npm run test
or:
npm run test:watch
This will give you several options to debug tests. Note: coverage may not be accurate.