Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 2.23 KB

File metadata and controls

81 lines (53 loc) · 2.23 KB

Audio Reactive Visual

Stars Forks Issues Commits Code Size

Introduction

  • This project is a simple audio reactive visual using threejs, gsap and web audio api.

Tech Stack

Screenshots

Quick Start

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/yuran1811/audio-reactive-visual.git
cd audio-reactive-visual

Installation

Install the project dependencies:

npm install

or

yarn

Running the Project

npm run dev

or

yarn dev

Open http://localhost:5173 in your browser to view the project.

References