Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trieloff/test-repo
A quick test repo
https://github.com/trieloff/test-repo
Last synced: 10 days ago
JSON representation
A quick test repo
- Host: GitHub
- URL: https://github.com/trieloff/test-repo
- Owner: trieloff
- License: apache-2.0
- Created: 2023-09-28T10:09:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T10:20:52.000Z (over 1 year ago)
- Last Synced: 2024-11-18T08:12:16.382Z (2 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 2
- 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
# Helix Test Repo
This is a simple test repo for AEM.## Environments
- Preview: https://main--test-repo--trieloff.hlx.page/
- Live: https://main--test-repo--trieloff.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 `{repo}` directory in your favorite IDE and start coding :)