Tools for building real-time applications on top of structured ontologies.
Make sure you have Homebrew installed:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Next make sure node is installed:
brew install nvm
nvm install 24.11.1
nvm use 24.11.1Next install pnpm and turbo:
npm install -g pnpm
npm install -g turboAnd finally test that everything works:
pnpm install
turbo buildAlways run pnpm install to install packages when starting development.
Run turbo build to build the repo, and turbo watch build dev to develop against the repo. See the Turborepo docs for syntax for filtering what projects are targeted.