Skip to content

Room displayed on a canvas using React Three Fibre (Three.js).

Notifications You must be signed in to change notification settings

sreekarnv/room-3d

Repository files navigation

Room 3D

Built with React and React Three Fibre (Three JS). Blender model by Uttej K.



Getting Started

Make sure you have Node and Yarn installed on your PC.

  1. Clone the repository

     git clone https://github.com/sreekarnv/room-3d.git
    
  2. Install Dependencies

     yarn install
    
  3. Start Development Server - (App will start on port 3000)

     yarn dev