Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 653 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 653 Bytes

Contributing

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

Development

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.