Welcome to the Solar System Visualization project! Follow this guide to set up and run the project locally on your machine.
Begin by downloading the project repository to your local machine. You can either clone the repository using Git or download it as a ZIP file and extract it to your desired location.
Ensure you have Node.js and npm (Node Package Manager) installed on your machine. You can download and install them from the official Node.js website: Node.js Downloads
Parcel is a web application bundler that we'll use to bundle the project's assets. Install Parcel globally on your machine by running the following command in your terminal or command prompt:
npm install -g parcel-bundler
Navigate to the project directory in your terminal or command prompt. Then, install the project dependencies by running:
npm install
This command will install all the necessary dependencies required for the project to run.
To start the development server and bundle the project files, run the following command:
parcel src/index.html
Parcel will start the development server and serve your project on a local server.
Once Parcel has bundled the project and the development server is running, you can access the Solar System Visualization in your web browser.
- Open your preferred web browser.
- Enter the following address in the address bar: http://localhost:1234
You should now see the Solar System Visualization rendered in your browser.
You're all set up and ready to explore the Solar System Visualization project. Enjoy navigating through the planets and their orbits!
If you encounter any issues or have any questions, feel free to reach out for assistance.
Happy coding and happy exploring! 🌌🚀✨