https://github.com/netcentric/edge-delivery-vat-demo
https://github.com/netcentric/edge-delivery-vat-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcentric/edge-delivery-vat-demo
- Owner: Netcentric
- License: apache-2.0
- Created: 2024-06-07T06:37:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T05:39:02.000Z (11 months ago)
- Last Synced: 2025-01-22T00:31:08.757Z (3 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- 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...
Your project's description...## Environments
- Preview: https://main--edge-delivery-vat-demo--Netcentric.hlx.page/
- Live: https://main--edge-delivery-vat-demo--Netcentric.hlx.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 `edge-delivery-vat-demo` directory in your favorite IDE and start coding :)