# helix-helpx **Repository Path**: mirrors_adobe/helix-helpx ## Basic Information - **Project Name**: helix-helpx - **Description**: Templates and Components for HelpX - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helix-helpx helix-helpx is the first web site rendered leveraging the [Helix](https://github.com/adobe/project-helix) platform and leveraging the [Helix Pipepline](https://github.com/adobe/helix-pipeline). ## Architecture The content to render is defined in the [helix-config.yaml](./helix-config.yaml) file which contains the [strain](https://github.com/adobe/project-helix/tree/master/prototypes#strains) definition for this code repository. By default, this content is [](https://github.com/Adobe-Marketing-Cloud/reactor-user-docs). The code is composed of * [html.htl](./src/html.htl): the main htl template * [html.pre.js](./src/html.pre.js): a [pre.js](https://github.com/adobe/helix-pipeline#optional-the-wrapper-function) 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 ## Run Pre-requisite: install the [Helix Command Line Interface](https://github.com/adobe/helix-cli) Run: ```bash #!/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](http://localhost:3000/README.html) ## "Publish" Check [Getting Started guide](https://github.com/adobe/project-helix/blob/master/getting-started.md) for deployment.