This is a simple project using the Three.js library to render a 3D scene in a web browser.
To get started with this project, you will need to have Node.js installed on your computer.
- Clone this repository to your local machine.
- Install the project dependencies by running
npm install
. - Start the development server by running
npm run dev
. - Open your web browser and navigate to localhost:1234 to view the project.
- Three.js
- Node.js
- npm
Happy Coding 🚀