https://github.com/netcentric/edge-delivery-css-demo
https://github.com/netcentric/edge-delivery-css-demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcentric/edge-delivery-css-demo
- Owner: Netcentric
- License: apache-2.0
- Created: 2025-01-16T09:36:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T15:25:59.000Z (over 1 year ago)
- Last Synced: 2025-04-07T12:49:21.284Z (about 1 year ago)
- Language: JavaScript
- Size: 913 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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
# CSS Demo
Edge Delivery Demo of https://zeitschenken.css.ch/.
## Environments
- Preview: https://main--edge-delivery-css-demo--netcentric.aem.page/
- Live: https://main--edge-delivery-css-demo--netcentric.aem.live/
## Documentation
Before using the aem-boilerplate, we recommand you to go through the documentation on https://www.aem.live/docs/ and more specifically:
1. [Developer Tutorial](https://www.aem.live/developer/tutorial)
2. [The Anatomy of a Project](https://www.aem.live/developer/anatomy-of-a-project)
3. [Web Performance](https://www.aem.live/developer/keeping-it-100)
4. [Markup, Sections, Blocks, and Auto Blocking](https://www.aem.live/developer/markup-sections-blocks)
## 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 :)