An open API service indexing awesome lists of open source software.

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/

Awesome Lists containing this project

README

          

# Project Helix Website
[www.aem.live](https://www.aem.live)

[![codecov](https://codecov.io/gh/adobe/helix-website/branch/main/graph/badge.svg?token=If90y6KMqx)](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.