This repository contains the source code of my personal developer portfolio website at aknbb.github.io.
- HTML5
- CSS3
- JavaScript (ES6)
- three.js 0.126.0
- Bootstrap 5.3.2
- Modernizr 2.6.2
- Pure WebGL
- Font Awesome
- Webpack 5
To run the application, follow these steps:
-
Clone the personal-portfolio repository from GitHub:
https://github.com/Aknbb/personal-portfolio
-
Install the dependencies:
-
Navigate to project directory.
cd personal-portfolio
-
Install the dependencies.
npm install
-
-
Run / Build:
-
To start the application locally, execute the following command. The application will run on port 8080 and you can access it at http://localhost:8080
npm run start
-
To build the application, execute the following command. The dist folder will be created under the project directory. The contents of this folder can be transferred to the server that will serve it.
npm run build
-
This project is licensed under the MIT License.
Feel free to explore my Personal Portfolio project and get in touch if you have any questions or collaboration ideas. You can reach out to me via akinbuyukbulut@gmail.com or connect with me on LinkedIn and GitHub.