This project is a 3D visualization of the solar system using WebGL and Three.js.
Follow these steps to set up and run the project:
Make sure you have Node.js installed on your system.
To install the dependencies and run the project, execute the following command in your terminal:
npm i && npx vite
This command will install the required dependencies and start the Vite development server.
Open your browser and navigate to http://localhost:3000 (or the port indicated by the Vite server) to view the 3D solar system visualization.
Feel free to customize this documentation according to your project's needs. If you have any questions or need help with the documentation, feel free to ask!