curl -fsSL https://deno.land/install.sh | sh
--> check if it was loaded correctly
deno --version
Now you DO NOT have to do anything, just create a someFileName.ts
OR
--> ensure you have a EMPTY GitHub repo
--> clone down repo
deno init .
No need to install extra stuff:
✔ const name = prompt("Please enter your name:")
✔ deno lint
✔ deno fmt
deno run ./index.ts