Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 904 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 904 Bytes

📁 Portfolio

This repository hosts the source code for my personal website, which serves as a comprehensive portfolio showcasing my skills, projects, and experiences. Designed with simplicity and elegance in mind, this website provides visitors with a glimpse into my professional journey, projects I've worked on, and the technologies I'm proficient in.

Getting Started

To initiate the project, ensure proper configuration of environment variables by executing the following commands:

cp .env.example .env
nvim .env

Subsequently, proceed with the initialization process:

npm i && npm run build && npm run start

License

This source code is distributed under the GNU General Public License v3.0 (GPL-3.0), allowing for both commercial and research use, with the stipulation that any modifications made to the codebase must also be released under the GPL-3.0 license.