https://github.com/rootulp/portfolio
Source code for rootulp.xyz
https://github.com/rootulp/portfolio
nextjs personal-website portfolio react vercel
Last synced: 22 days ago
JSON representation
Source code for rootulp.xyz
- Host: GitHub
- URL: https://github.com/rootulp/portfolio
- Owner: rootulp
- Created: 2021-07-17T22:50:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T15:50:52.000Z (9 months ago)
- Last Synced: 2025-08-12T17:28:12.594Z (9 months ago)
- Topics: nextjs, personal-website, portfolio, react, vercel
- Language: MDX
- Homepage: https://www.rootulp.xyz
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
[](https://rootulp.mit-license.org)
This portfolio is built with [Next.js](https://nextjs.org/) and hosted on [Vercel](https://vercel.com).
This repo was created with [nextjs-portfolio-starter](https://github.com/vercel-solutions/nextjs-portfolio-starter) which uses a library called [Nextra](https://nextra.vercel.app/).
## Local Development
1. `git clone`
2. `yarn install`
3. Start the web server locally with `yarn dev`
4. Preview local changes at [http://localhost:3000](http://localhost:3000)
5. Make changes and create a PR. vercel bot should add a link to preview the deployment.
6. If changes look good, merge the PR.