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):
PowerShell (Windows):
Homebrew (Mac):
Chocolatey (Windows):
Scoop (Windows):
Build and install from source using Cargo
Last updated