An open API service indexing awesome lists of open source software.

https://github.com/synox/hlx-sandbox


https://github.com/synox/hlx-sandbox

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Your Project's Title...
Your project's description...

## Environments
- Preview: https://main--hlx-sandbox--synox.hlx.page/

## 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 :)