Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdhoine/eds-amexio-website
https://github.com/bdhoine/eds-amexio-website
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdhoine/eds-amexio-website
- Owner: bdhoine
- License: apache-2.0
- Created: 2023-11-13T12:26:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T10:11:41.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:24:25.001Z (9 months ago)
- Language: JavaScript
- Size: 47.9 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
# Your Project's Title...
Your project's description...## Environments
- Preview: https://main--eds-amexio-website--bdhoine.hlx.page/
- Live: https://main--eds-amexio-website--bdhoine.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/aem-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 :)