Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.06 KB

Milo goes to college

Use this project template to create a Milo site.

Steps

  1. Copy existing college content folder to your sharepoint and give [email protected] View access
  2. Click "Use this template" Github button on this project.

From your newly created project

  1. Install the Helix Bot.
  2. Change the fstab.yaml file to point to your content.
  3. Add the project to the Helix Sidekick.
  4. Start creating your content.

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.