Back to the catalog

using-the-block-collection-and-block-party-adobe-helix-website

The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, an

Open source Repository Open in the app JSON README (API)

About

The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something

Details

Kind
Agent skills
Topic
No topic detected
Publisher
adobe
Origin
majiayu
Category
ferramentas
Stars
45
Forks
59
Open pull requests
22
Last push
2026-09-07T14:53:59Z
Repository state
ativo
Language
JavaScript
License
Apache-2.0
Added
2026-09-02 18:17:35
Updated
2026-09-04 20:15:42
Origin id
adobe/helix-website/.claude/skills/block-collection-and-party/SKILL.md@main

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.


More