Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@react-three/cannon-examples

The examples rely on an alias pointing to ../dist/index, the parent project must have been built previously.

To build the parent project:

cd ..
yarn
npm run build
cd examples
yarn

To start the dev server:

npm run dev

And visit http://localhost:3000 in your browser