building-blocks
Guide for creating new AEM Edge Delivery blocks or modifying existing blocks. Use this skill whenever you are creating a new block from scra
Open source Repository Open in the app JSON README (API)
About
Guide for creating new AEM Edge Delivery blocks or modifying existing blocks. Use this skill whenever you are creating a new block from scratch or making significant changes to existing blocks that in
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:10:18
- Updated
- 2026-09-02 18:10:18
- Origin id
adobe/helix-website/.claude/skills/building-blocks@main
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.