Prerequisites
This is a part of the Get started guide.
- git code version control to clone this project from github.com
Install on linux (debian, ubuntu …)
Install with homebrew
- fnm a NodeJS version manager (recommended)
Install fnm:
Install the latest LTS nodejs version (or your preferred version):
Switch to the LTS version:
Set as the default (Optional):
Verify the installation:
Use regular Node.js or an alternative runtime:
Deno JavaScript runtime (security by design)
Bun JavaScript runtime (aims Node.js compatiblility but not 100% if you use bun features)
- Docker / OrbStack to run the examples quick (optional)