Use this project template to create a Milo site.
- Copy content folder
- Click "Use this template" on this project.
- Add the Helix Bot to your new project.
- Change your fstab.yaml file to point to your content.
- Add this project to the Helix Sidekick.
- Start creating your content.
- 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.