Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.