This repository contains a collection of creative web samples built using various JavaScript libraries, including Three.js, GSAP, and more.
To run these samples, you'll need to have the following installed on your system:
- Node.js
- npm (or yarn)
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
oryarn install
to install the required dependencies.
To run any of the samples, navigate to its directory in your terminal and run the following command:
npm run dev
This will start a development server that you can access via the link printed in your console.
Each sample includes a README.md file that explains its purpose and how to use it.
This repository is licensed under the MIT license.