# helix-admin-website **Repository Path**: mirrors_adobe/helix-admin-website ## Basic Information - **Project Name**: helix-admin-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-20 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tools.aem.live [tools.aem.live](https://tools.aem.live/), provides administrative and development tools for AEM Edge Delivery Services (EDS). ## Environments - Preview: https://main--helix-tools-website--adobe.aem.page/ - Live: https://main--helix-tools-website--adobe.aem.live/ ## Installation ```sh npm i ``` ## Linting ```sh npm run lint ``` ## Local development 1. Create a new repository based on the `aem-boilerplate` template and add a mountpoint in the `fstab.yaml` 1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository 1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli` 1. Start AEM Proxy: `aem up` (opens your browser at `http://localhost:3000`) 1. Open the `helix-admin-website` directory in your favorite IDE and start coding :)