This project is a 3D portfolio developed using React and Vite. This project involves creating a web platform that showcases a detailed 3D point cloud survey of Parque La Libertad to enhance its impact on surrounding communities. It uses specialized tools like Cloud Compare for point cloud processing, Rhinoceros for 3D modelling, Leaflet for interactive geospatial navigation, Speckle for real-time collaboration, and Ellipse Drive for file management. The platform bridges technical data with local communities, encouraging participation and exploration, and leverages technologies like React, JavaScript, and Flux for dynamic interaction.
Technologies Used React: Front-end JavaScript library for building user interfaces. Vite: Fast build tool and development server. JavaScript (ES6+): Core programming language. CSS: For styling components. ESLint: Linting tool for maintaining code quality. Installation and Deployment Prerequisites Node.js and npm must be installed on your machine.
Steps to Deploy
- Clone the repository: git clone https://github.com/iluna007/Portfolio_04_UCR_3D.git
- Navigate into the project directory: cd Portfolio_04_UCR_3D
- Install dependencies: npm install
- Start the development server: npm run dev
- To build the project for production: npm run build
License This project is open-source under the MIT License.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh