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

https://github.com/ipshipyard/deno_helia

Example showing how to use Helia with Deno
https://github.com/ipshipyard/deno_helia

Last synced: 7 months ago
JSON representation

Example showing how to use Helia with Deno

Awesome Lists containing this project

README

          

# Deno in Helia

a repository to test running helia in deno

## Install

```bash
deno install --allow-scripts
```

## Running

```bash
deno run -A index.ts
```