https://github.com/OpenForgeProject/ddev-deno
Deno is the open-source JavaScript runtime for the modern web. Now for DDEV.
https://github.com/OpenForgeProject/ddev-deno
ddev ddev-get deno javascript typescript
Last synced: 12 months ago
JSON representation
Deno is the open-source JavaScript runtime for the modern web. Now for DDEV.
- Host: GitHub
- URL: https://github.com/OpenForgeProject/ddev-deno
- Owner: OpenForgeProject
- License: apache-2.0
- Created: 2024-09-24T18:18:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T09:55:59.000Z (over 1 year ago)
- Last Synced: 2025-03-26T08:15:31.700Z (about 1 year ago)
- Topics: ddev, ddev-get, deno, javascript, typescript
- Language: Shell
- Homepage: https://deno.com
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/OpenForgeProject/ddev-deno/actions/workflows/tests.yml)

## What is Deno?
> Deno is the open-source JavaScript runtime for the modern web.
> Built on web standards with zero-config TypeScript, unmatched security, and a complete built-in toolchain.
For more information,
see [Deno on GitHub](https://github.com/denoland/deno/?tab=readme-ov-file#deno)
or visit .
YouTube: [What is Deno?](https://www.youtube.com/watch?v=KPTOo4k8-GE)
## Installation
```shell
ddev add-on get OpenForgeProject/ddev-deno
ddev restart
```
> [!NOTE]
> For older versions of DDEV (prior to v1.23.5), use `ddev get` instead of `ddev add-on get`.
## Usage
```shell
ddev deno
```
Please refer to the documentation at .
Quick links:
- [Getting Started](https://docs.deno.com/runtime/)
- [Examples](https://docs.deno.com/examples/)
- [Fundamentals](https://docs.deno.com/runtime/fundamentals/)
- [Tutorials](https://docs.deno.com/runtime/tutorials/)