Website created by following the Helix tutorial.
It features a (very) basic list block, enabling an author to display a dynamic list of pages, based on a root path and the level of descendant pages.
https://main--helix-project-1--jckautzmann.hlx.live/
- source code: list.js
- index created according to the Helix index docs.
- Preview: https://main--helix-project-1--jckautzmann.hlx.page/
- Live: https://main--helix-project-1--jckautzmann.hlx.live/
npm inpm tst- Create a new repository based on the
helix-project-boilerplatetemplate and add a mountpoint in thefstab.yaml - Add the helix-bot to the repository
- Install the Helix CLI:
npm install -g @adobe/helix-cli - Start Helix Pages Proxy:
hlx up(opens your browser athttp://localhost:3000) - Open the
{repo}directory in your favorite IDE and start coding :)

