A modern 3D web developer portfolio built using React + Vite.
Live Demo : View
- React.js
- Three.js
- React Three Fiber
- React Three Drei
- Vite
- Tailwind CSS
Follow these steps to set up the project locally on your machine.
Make sure you have the following installed on your machine:
- Git
- Node.js
- npm (Node Package Manager)
git clone git@github.com:adrianhajdin/project_3D_developer_portfolio.git
cd project_3D_developer_portfolio
Install the project dependencies using npm:
npm install
To start the development server:
npm run dev
The project will be running at http://localhost:5173 by default.