This is the repository for my portfolio built with NextJS in Typescript and Sass for styling.
If you want to contribute to this repository, feel free to open a pull request.
If you spot any issues, kindly create an issue in this repository that will be very helpful for me to notice and solve it. Thanks in advance! You can fork this repository and modify the changes you like. For any issues, kindly open an issue in this repository so that I can clear it.
To start working in the code on your local machine, clone the repository or download the code from GitHub. Then, go inside the folder by:
cd Portfolio/
npm install
npm run dev
By running this command, the server runs on localhost of port 3000 on your local machine.