https://github.com/adobe/helix-website
The Helix website https://www.aem.live/
https://github.com/adobe/helix-website
documentation helix
Last synced: 4 days ago
JSON representation
The Helix website https://www.aem.live/
- Host: GitHub
- URL: https://github.com/adobe/helix-website
- Owner: adobe
- License: apache-2.0
- Created: 2021-10-22T17:42:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-07-30T03:03:14.000Z (7 days ago)
- Last Synced: 2026-07-30T05:05:23.199Z (7 days ago)
- Topics: documentation, helix
- Language: JavaScript
- Homepage: https://www.aem.live
- Size: 48.9 MB
- Stars: 45
- Watchers: 32
- Forks: 59
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Project Helix Website
[www.aem.live](https://www.aem.live)
[](https://codecov.io/gh/adobe/helix-website)
## Introduction
This repo is what powers the helix website.
## Developing
Install the Helix CLI:
sudo npm install -g @adobe/aem-cli
Run it in this repo:
aem up
While site preview is authenticated, run below command for local development:
npx @adobe/aem-cli up --url https://main--helix-website--adobe.aem.live/
## Testing
### Install dependencies:
npm install
### Run tests:
npm test
### Watch tests:
npm test:watch
This will run through all your tests, but then only run against any changed tests.