https://github.com/netcentric/edge-delivery-geberit-demo
https://github.com/netcentric/edge-delivery-geberit-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcentric/edge-delivery-geberit-demo
- Owner: Netcentric
- License: apache-2.0
- Created: 2024-07-01T06:35:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T06:56:13.000Z (10 months ago)
- Last Synced: 2025-01-12T16:12:41.857Z (4 months ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Geberit Demo
## Environments
- Preview: https://main--edge-delivery-geberit-demo--netcentric.hlx.page/
- Live: https://main--edge-delivery-geberit-demo--netcentric.hlx.live/## Installation
```sh
npm i
```## Linting
```sh
npm run lint
```## Local development
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 `edge-delivery-geberit-demo` directory in your favorite IDE and start coding :)