Skip to content

PranavGPR/Portfolio

Repository files navigation

PortFolio

This is the repository for my portfolio built with NextJS in Typescript and Sass for styling.

Contribution

If you want to contribute to this repository, feel free to open a pull request.

Issues

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 run locally on your system,

  1. Clone the repository.

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/
  1. Install the dependencies.

npm install
  1. Run the Development server:

npm run dev

By running this command, the server runs on localhost of port 3000 on your local machine.