This project is a 3D visualization of the solar system built using modern web technologies. Follow the steps below to run the code locally.
-
Download the repository:
- Clone or download the repository to your local machine.
-
Install Parcel:
- Parcel is a fast, zero-configuration web application bundler. To install it globally, open your terminal and run the following command:
npm install parcel -g
- Parcel is a fast, zero-configuration web application bundler. To install it globally, open your terminal and run the following command:
-
Install Project Dependencies:
- Open the project in VSCode or your preferred code editor.
- Open the terminal and navigate to the project directory, then install the dependencies by running:
npm install
-
Run the Project:
- Start the Parcel development server by typing:
npx parcel ./src/index.html
- Once the server is running, open your browser and visit the generated URL (usually
http://localhost:3000
). - You can also
Ctrl + left-click
on the address shown in the command line to open it directly in your browser.
- Start the Parcel development server by typing:
This project is a 3D representation of the Solar System. Follow the steps below to set up and run the project on your local machine.
- Clone or download the repository to your local machine.
Parcel is the bundler used for this project. You can install it globally using npm:
npm install parcel -g
- Anoop Kumar A - SJCET Palai
- Christy Maria Sebastian - SJCET Palai
- Yathukrishnan T.U - SJCET Palai
This project is licensed under the MIT License.