This is a portfolio project, showcasing a web application built with React, Three.js, and other related libraries.
-
Clone the repository to your local machine.
git clone <repository-url>
Install the required dependencies using npm.
bash Copy code npm install Development To start the development server, run the following command:
bash Copy code npm run dev This will start the development server using Vite.
Building To build the project for production, use the following command:
bash Copy code npm run build This will create a production-ready build in the dist directory.
Preview To preview the production build locally, use the following command:
bash Copy code npm run preview This will start a local server to serve the production build for preview.
Dependencies @emailjs/browser: ^3.10.0 @react-three/drei: ^9.57.1 @react-three/fiber: ^8.11.10 framer-motion: ^10.2.3 maath: ^0.5.2 react: ^18.2.0 react-dom: ^18.2.0 react-router-dom: ^6.8.2 react-tilt: ^0.1.4 react-vertical-timeline-component: ^3.6.0 three: ^0.150.1
Dev Dependencies
@types/react: ^18.0.27
@types/react-dom: ^18.0.10
@vitejs/plugin-react: ^3.1.0
autoprefixer: ^10.4.13
postcss: ^8.4.21
tailwindcss: ^3.2.7
vite: ^4.1.0