Skip to content
MyNameIsBatman edited this page Nov 26, 2021 · 5 revisions

discord-shield Nitro logo

Setup

Nitro is written in TypeScript which is typed Javascript and compiled down to regular Javascript using Node.

Installing Node

You can check if you already have it by running node -v from the terminal or command prompt. Nitro requires Node.Js version 12 or higher.

Node for Windows or macOS

Visit the official Node.Js download page, download the latest installer and execute it.

Node for Linux

Visit the official Node.Js package manager page, look for your Linux version and follow the directions provided.

Clone this wiki locally