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

https://github.com/netcentric/edge-delivery-ubs-faweb-demo


https://github.com/netcentric/edge-delivery-ubs-faweb-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# UBS FAWeb Demo
Showcase for UBS FAWeb pages via EDS

## Environments
- Preview: https://main--edge-delivery-ubs-faweb-demo--netcentric.aem.page/
- Live: https://main--edge-delivery-ubs-faweb-demo--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 :)