Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

AlexMubarakshin/r3fiber-experiments

Repository files navigation

Personal experiments with react-three-fiber

Table of Contents

About

Personal experiments with react-three-fiber

Screenshot

Getting Started

Clone the repo and run it 😉

Installing

git clone https:/AlexMubarakshin/r3fiber-experiments.git

cd ./r3fiber-experiments

yarn

# For run developer build
yarn dev

# OR for build and run production
yarn build
yarn start