Skip to main content

Prerequisites

macOS

  1. install deno

    curl -fsSL https://deno.land/install.sh | sh

ubuntu

  1. install deno

    curl -fsSL https://deno.land/install.sh | sh

windows

  1. install deno

    irm https://deno.land/install.ps1 | iex
Make sure you have deno version ^2.0.0