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 build
Locally run examples with:
cd examples/react-three-xr
pnpm dev
Important
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 necassary unless types have changed.