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
- Host: GitHub
- URL: https://github.com/ipshipyard/deno_helia
- Owner: ipshipyard
- License: mit
- Created: 2025-06-05T14:39:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T09:49:59.000Z (11 months ago)
- Last Synced: 2025-06-06T10:24:58.776Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```