Use this project template to create a Milo site.
- Copy existing
college
content folder to your sharepoint and give [email protected] View access - Click "Use this template" Github button on this project.
From your newly created project
- Install the Helix Bot.
- Change the fstab.yaml file to point to your content.
- Add the 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.