# adobe-design-website **Repository Path**: mirrors_adobe/adobe-design-website ## Basic Information - **Project Name**: adobe-design-website - **Description**: Adobe Design Website on AEM - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Block Collection This project contains code that is featured in the [AEM Block Collection](https://www.aem.live/developer/block-collection#block-collection-1) documentation. ## Environments - Preview: https://main--adobe-design-website--adobe.aem.page/ - Live: https://main--adobe-design-website--adobe.aem.live/ ## Quick Start ```sh npm i npm start ``` ## Local development 1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli` 1. Start AEM Proxy: `npm start` (opens your browser at `http://localhost:3000`) 1. Open the `adobe-design-website` directory in your favorite IDE and start coding ## Code Quality To run ESLint and Stylelint: ```sh npm run lint ``` To run Jest, ensure you've got the application running locally, and then: ```sh npm test ```