https://github.com/sinedied/azure-helix-project
Helix on Azure
https://github.com/sinedied/azure-helix-project
Last synced: 8 months ago
JSON representation
Helix on Azure
- Host: GitHub
- URL: https://github.com/sinedied/azure-helix-project
- Owner: sinedied
- License: apache-2.0
- Created: 2022-11-15T09:26:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T15:18:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T10:54:18.029Z (8 months ago)
- Language: JavaScript
- Homepage: https://main--azure-helix-project--sinedied.hlx.page/
- Size: 147 KB
- Stars: 1
- Watchers: 3
- 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
# Helix on Azure
Helix project running on Azure Edge CDN.## Environments
- Preview: https://main--azure-helix-project--sinedied.hlx.page/
- Live: https://main--azure-helix-project--sinedied.hlx.live/## Installation
```sh
npm i
```## Tests
```sh
npm tst
```## 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 Helix Pages Proxy: `hlx up` (opens your browser at `http://localhost:3000`)
1. Open the `{repo}` directory in your favorite IDE and start coding :)