https://github.com/dillonmannion/portfolio
Repository for the portfolio and blog of Dillon Mannion
https://github.com/dillonmannion/portfolio
blog nextjs portfolio vercel
Last synced: 2 days ago
JSON representation
Repository for the portfolio and blog of Dillon Mannion
- Host: GitHub
- URL: https://github.com/dillonmannion/portfolio
- Owner: dillonmannion
- License: mit
- Created: 2026-05-03T23:30:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T09:30:59.000Z (about 1 month ago)
- Last Synced: 2026-05-30T11:17:34.801Z (about 1 month ago)
- Topics: blog, nextjs, portfolio, vercel
- Language: TypeScript
- Homepage: https://dillonmannion.com
- Size: 2.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Portfolio [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdillionverma%2Fportfolio)
Built with next.js, [shadcn/ui](https://ui.shadcn.com/), and [magic ui](https://magicui.design/), deployed on Vercel.
# Features
- Setup only takes a few minutes by editing the [single config file](./src/data/resume.tsx)
- Built using Next.js 14, React, Typescript, Shadcn/UI, TailwindCSS, Framer Motion, Magic UI
- Includes a blog
- Responsive for different devices
- Optimized for Next.js and Vercel
# Getting Started Locally
1. Clone this repository to your local machine:
```bash
git clone https://github.com/dillionverma/portfolio
```
2. Move to the cloned directory
```bash
cd portfolio
```
3. Install dependencies:
```bash
pnpm install
```
4. Start the local Server:
```bash
pnpm dev
```
5. Open the [Config file](./src/data/resume.tsx) and make changes
# License
Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md).