From c5c565b4f213c17a12d95da27f34d926687da41b Mon Sep 17 00:00:00 2001 From: cad Date: Mon, 5 Jul 2021 12:18:30 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb223c9..3d74a9c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# deploy-editor -deno deploy editor +# [ide](https://ide.deno.dev) + +Features: +* Deploy [mod.ts](https://deno.land/x/ide/mod.ts) straight to [Deno Deploy](https://deno.com/deploy) or use [deployctl](https://github.com/denoland/deployctl) to host the IDE locally +* Configurable hotkeys! :tada: + * `ctrl+d` to deploy the contents of your editor to your own instance using a deploy key + * `ctrl+s` to copy a deployable link to the editor contents into your clipboard + * `ctrl+shift+s` to save the editor contents locally as a text file + * `ctrl+o` to load the contents at an arbitrary URL into the editor +* :confetti_ball: Try it out at https://ide.deno.dev and deploy the editor contents to your very own instance using either `ctrl+d` or `ctrl+s` ! :partying_face: + +**Big thanks** to the nice people at [Deno](https://deno.com/blog) who make this brave new world of working possible.