An open API service indexing awesome lists of open source software.

https://github.com/netcentric/edge-delivery-geberit-demo


https://github.com/netcentric/edge-delivery-geberit-demo

Last synced: 2 months ago
JSON representation

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 :)