# Welcome! Hello there! This repository contains the full source code for a 3D Ripple Animation using React, Three.js, and react-three-fiber. This code is meant to complement the following [tutorial](https://youtu.be/wRmeFtRkF-8). If you are interested in more, check out my [YouTube Channel](https://www.youtube.com/channel/UCilU-F_xHJRs3MPUtbejj2A). # Usage To run this project, first clone the repository: ```bash git clone https://github.com/Claeb101/3d-ripple-animation.git ``` Then, install the necessary project dependencies: ```bash npm install ``` Finally, start a development server to run the project: ```bash npm start ``` To build the project for a production environment: ```bash npm build ``` Please note that this is a React project created with `create-react-app`.