Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootulp/portfolio
Source code for rootulp.xyz
https://github.com/rootulp/portfolio
nextjs personal-website portfolio react vercel
Last synced: 9 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T20:17:25.000Z (almost 2 years ago)
- Last Synced: 2023-08-13T06:01:55.272Z (over 1 year ago)
- Topics: nextjs, personal-website, portfolio, react, vercel
- Language: JavaScript
- Homepage: https://www.rootulp.xyz
- Size: 2.16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
[![license](https://img.shields.io/:license-mit-blue.svg)](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.