To run example:
# 1: Install bun
curl -fsSL https://bun.sh/install | bash
# 2: Either source the .bashrc (it will tell you how) or open new terminal
# 3:
npm install
Running:
make run
Change rend dependency in package.json to: "rend": "file:../.."
to pick up local changes.