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
- Host: GitHub
- URL: https://github.com/darvinpatel/portfolio.darvinpatel.com
- Owner: darvinpatel
- License: mit
- Created: 2024-08-30T05:19:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T10:31:12.000Z (6 months ago)
- Last Synced: 2025-05-08T00:48:19.840Z (14 days ago)
- Topics: contentlayer-nextjs, nextjs, tailwind-css, typescript, upstash, vercel
- Language: TypeScript
- Homepage: https://www.portfolio.darvinpatel.com/
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.