Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

adobe/www-aem-live

 
 

Repository files navigation

Project Helix Website

www.hlx.live

codecov

Introduction

This repo is what powers the helix website.

Developing

Install the Helix CLI:

sudo npm install -g @adobe/helix-cli

Run it in this repo:

hlx up

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • CSS 30.0%
  • HTML 2.4%