Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxakuru/private-repo-test
https://github.com/maxakuru/private-repo-test
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxakuru/private-repo-test
- Owner: maxakuru
- License: apache-2.0
- Created: 2023-05-09T22:55:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T22:25:28.000Z (9 months ago)
- Last Synced: 2024-02-06T22:28:40.974Z (9 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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--private-repo-test--maxakuru.hlx.page/
- Live: https://main--private-repo-test--maxakuru.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 :)