Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.04 KB

README.md

File metadata and controls

55 lines (33 loc) · 2.04 KB

✨ My Portfolio in Three.js ✨

I developed my personal portfolio using Three.js to showcase my projects and skills. The portfolio features an interactive 3D environment, providing a unique and engaging way for visitors to explore my work. The content displayed on the computer screen within the 3D environment is generated using an iFrame, which is created with basic HTML and CSS. Below is a screenshot of the site.

Vous pouvez voir le projet à : https://meymounboualaoui.fr/

Capture d'écran du site web


The iFrame that I used

The github repository you are currently seeing is just the ThreeJs that I use for my personnal website, you can see the iFrame at : https://github.com/MeymounB/Portfolio

Or check the deployed version : https://meymounb.github.io/Portfolio/

Capture d'écran du site web

html5 css3 javascript

Setup and Installation 👨‍💻

  1. Clone the repository locally.

  2. Install the required dependencies using :

npm install
  1. Start the application using :
npm run dev

Deployment (simple version) 👨‍💻

  1. Clone the repository locally.

  2. Install the required dependencies using :

npm install
  1. Build the project using :
npm run build
  1. Upload the content of the dist folder to your server.