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

https://github.com/darvinpatel/portfolio.darvinpatel.com

This repo contains the code for my personal portfolio, built with Next.js, Tailwind CSS, Upstash, and Contentlayer. It showcases my projects, blog, and skills in cloud technologies, automation, and web development
https://github.com/darvinpatel/portfolio.darvinpatel.com

contentlayer-nextjs nextjs tailwind-css typescript upstash vercel

Last synced: 14 days ago
JSON representation

This repo contains the code for my personal portfolio, built with Next.js, Tailwind CSS, Upstash, and Contentlayer. It showcases my projects, blog, and skills in cloud technologies, automation, and web development

Awesome Lists containing this project

README

        


portfolio.darvinpatel.com

My personal website, built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Upstash](https://upstash.com?ref=chronark.com), [Contentlayer](https://www.contentlayer.dev/) and deployed to [Vercel](https://vercel.com/).


## Running Locally

```sh-session
git clone https://github.com/darvinpatel/portfolio.darvinpatel.com
cd portfolio.darvinpatel.com
```

Create a `.env` file similar to [`.env.example`](https://github.com/chronark/chronark.com/blob/main/.env.example).

Then install dependencies and run the development server:
```sh-session
pnpm install
pnpm dev
```

## Cloning / Forking

Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.

## Credit

Inspired from the portfolio template created by [Chronark](https://chronark.com/) on Vercel.