https://github.com/aemsites/stericycle-shared
Edge Delivery Service Site for Stericycle sites
https://github.com/aemsites/stericycle-shared
edge
Last synced: about 2 months ago
JSON representation
Edge Delivery Service Site for Stericycle sites
- Host: GitHub
- URL: https://github.com/aemsites/stericycle-shared
- Owner: aemsites
- License: apache-2.0
- Created: 2024-05-22T20:57:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T02:33:44.000Z (about 2 months ago)
- Last Synced: 2026-04-24T04:26:16.161Z (about 2 months ago)
- Topics: edge
- Language: CSS
- Homepage: https://www.shredit.com, https://www.stericycle.com
- Size: 29.1 MB
- Stars: 2
- Watchers: 10
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Shredit.com
Edge Delivery Services (DA) impl for Shredit.com
## Environments
- Preview: https://main--shred-it--aemsites.aem.page/
- Live: https://main--shred-it--aemsites.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 `shredit` directory in your favorite IDE and start coding :)