Windows
In your Windows Terminal (Powershell):
- Install scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
- Install bun & Node:
scoop install bun
scoop install nodejs-lts
- Install rgl:
irm rgl.ink0rr.dev/install.ps1 | iex
MacOS
- Install brew
/bin/bash -c "$(curl -fsSL https://github.com/raw/Homebrew/install/HEAD/install.sh)"
- Install bun & node
brew install oven-sh/bun/bun
brew install node
- Install rgl:
curl -fsSL rgl.ink0rr.dev/install.sh | sh
- Install typing dependency (for auto complete):
bun i
- Run rgl watch
rgl watch
Just run
rgl init