helix-helpx is the first web site rendered leveraging the Helix platform and leveraging the Helix Pipepline.
The content to render is defined in the helix-config.yaml file which contains the strain definition for this code repository. By default, this content is .
The code is composed of
- html.htl: the main htl template
- html.pre.js: a pre.js wrapper function that enhanced the payload to cover the needs of the htl template.
- some static content (css, image) for the need of the website
Pre-requisite: install the Helix Command Line Interface
Run:
#!/bin/bash
git clone https://github.com/adobe/helix-helpx.git
cd helix-helpx
npm install
hlx up
Now simply open: http://localhost:3000/README.html
Check Getting Started guide for deployment.