https://github.com/bdhoine/adobe-edge-delivery-service
https://github.com/bdhoine/adobe-edge-delivery-service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdhoine/adobe-edge-delivery-service
- Owner: bdhoine
- License: apache-2.0
- Created: 2023-09-26T12:00:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T18:51:32.000Z (6 months ago)
- Last Synced: 2025-04-11T23:48:14.069Z (about 2 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Adobe Edge Delivery Service
## Environments
- Preview: https://main--adobe-edge-delivery-service--bdhoine.hlx.page/
- Live: https://main--adobe-edge-delivery-service--bdhoine.hlx.live/## Installation
```sh
npm i
```## Linting
```sh
npm run lint
```## Local development
1. Create a new repository based on the `helix-project-boilerplate` template and add a mountpoint in the `fstab.yaml`
1. Add the [helix-bot](https://github.com/apps/helix-bot) to the repository
1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli`
1. Start Franklin Proxy: `hlx up` (opens your browser at `http://localhost:3000`)
1. Open the `adobe-edge-delivery-service` directory in your favorite IDE and start coding :)