This project uses semantic commits and semver.
To get started, make sure you have Node and PNPM installed. Install dependencies, generate files, and build the libraries with:
pnpm i
pnpm -r buildLocally run examples with:
cd examples/react-three-xr
pnpm devImportant
When making a change to the packages, the vite cache of the examples needs to be cleared (delete node_modules/.vite inside the running example). Rebuilding the libraries is not necessary unless types have changed.