https://github.com/netcentric/aem-edgedelivery-playground
https://github.com/netcentric/aem-edgedelivery-playground
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcentric/aem-edgedelivery-playground
- Owner: Netcentric
- License: apache-2.0
- Created: 2023-01-19T12:56:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T15:04:14.000Z (7 months ago)
- Last Synced: 2025-01-12T16:12:41.940Z (4 months ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Your Project's Title...
Playground to try out AEM Edge Delivery Services.Content can be found in [Google Drive](https://drive.google.com/drive/folders/16oIjoqz4kMSApu2TNRAqbAl5MI1fhy4c).
## Environments
- Preview: https://main--aem-edgedelivery-playground--netcentric.aem.page/
- Live: https://main--aem-edgedelivery-playground--netcentric.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 `{repo}` directory in your favorite IDE and start coding :)