Files
react-three-fiber/examples/README.md
Stephen Corwin 3db9d08021 Updated examples/README.md
clarified usage
2020-08-11 17:45:30 -04:00

420 B

Explore Examples

git clone https://github.com/react-spring/react-three-fiber

# install project dependencies & build the library
cd react-three-fiber && yarn

# move to the examples folder & install dependencies 
cd examples && yarn

# start the dev server 
yarn start

After playing with the examples you can explore the src code. Each example URL maps to a file name in the examples/src/demos folder.