https://github.com/rafitc/portfolio-v2
Personal Portfolio
https://github.com/rafitc/portfolio-v2
nextjs portfolio-website vercel
Last synced: 5 months ago
JSON representation
Personal Portfolio
- Host: GitHub
- URL: https://github.com/rafitc/portfolio-v2
- Owner: rafitc
- License: mit
- Created: 2024-09-09T12:56:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T16:52:44.000Z (about 1 year ago)
- Last Synced: 2025-06-24T17:49:23.901Z (about 1 year ago)
- Topics: nextjs, portfolio-website, vercel
- Language: TypeScript
- Homepage: https://rafirasheed.co
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Portfolio Website
This is my personal portfolio website.
# Getting Started Locally
1. Clone this repository to your local machine:
```bash
git clone https://github.com/dillionverma/portfolio
```
2. Move to the cloned directory
```bash
cd portfolio
```
3. Install dependencies:
```bash
pnpm install
```
4. Start the local Server:
```bash
pnpm dev
```
5. Open the [Config file](./src/data/resume.tsx) and make changes
# License
Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md).
## Credits
All credits to the [creator](https://github.com/dillionverma/portfolio)