Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 576 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 576 Bytes

UsingDeno.com

UsingDeno is a social experiment to observe how the community is using Deno and to understand if it is stable enough for more substantial, more complex web applications.

I request everyone using Deno to submit your applications so the community can grow even further and understand how Deno is maturing.

Submit your applications:

=> https://airtable.com/shrgcfDww9BzDnzxs

Run localy

AIRTABLE_KEY=YOUR_API_KEY_HERE PORT=8000 deno run --unstable --allow-net --allow-read --allow-env index.ts --port=$PORT