Installing Deno Runtime
Mandarine.TS is a framework that runs on Deno which in order to use Mandarine.TS, you need to have installed Deno in your computer.
What is Deno?
From Deno official website:
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
How can I install Deno?
From Deno official website:
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 denoLast updated
Was this helpful?
