https://github.com/easingthemes/helix-demo
https://github.com/easingthemes/helix-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/easingthemes/helix-demo
- Owner: easingthemes
- License: apache-2.0
- Created: 2022-07-06T16:22:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T15:30:04.000Z (over 3 years ago)
- Last Synced: 2025-03-16T21:23:06.749Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 0
- 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
# Your Project's Title...
Your project's description...
## Environments
- Preview: https://main--helix-demo--easingthemes.hlx.page/
- Live: https://main--helix-demo--easingthemes.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 :)