- Prerequisites: node LTS (currently v18.18)
- Clone the testing branch
- Initialize the project with
npm ci
- Copy/paste the
.env.example
file, rename it to.env
, and fill in the details
Using TypeScript helps you write more reliable and better-documented code.
Convert TypeScript to JavaScript: npx tsc
, the --watch
option allows you to avoid redoing the command after each change.
The executable code is generated in the dist
directory