https://github.com/rootulp/portfolio
Source code for rootulp.xyz
https://github.com/rootulp/portfolio
nextjs personal-website portfolio react vercel
Last synced: 10 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T20:17:25.000Z (about 3 years ago)
- Last Synced: 2025-02-14T10:43:42.472Z (12 months ago)
- Topics: nextjs, personal-website, portfolio, react, vercel
- Language: JavaScript
- Homepage: https://www.rootulp.xyz
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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.