Step 1: Install Deno
The easiest way to install Deno on your local machine is to use the instruction on deno.land .
Deno ships as a single executable with no dependencies. You can install it using the installers below, or download a release binary from the releases page.
Shell (Mac, Linux):
curl -fsSL https://deno.land/x/install/install.sh | shPowerShell (Windows):
iwr https://deno.land/x/install/install.ps1 -useb | iexHomebrew (Mac):
brew install denoChocolatey (Windows):
choco install denoScoop (Windows):
scoop install denoBuild and install from source using Cargo:
cargo install deno --lockedSee deno_install for more installation options.
<% elem.innerText %>