Personal experiments with react-three-fiber
Clone the repo and run it 😉
git clone https://github.com/AlexMubarakshin/r3fiber-experiments.git
cd ./r3fiber-experiments
yarn
# For run developer build
yarn dev
# OR for build and run production
yarn build
yarn start