Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarkartanmay393/portfolio-v4

Most clean and compact portfolio, I ever built.
https://github.com/sarkartanmay393/portfolio-v4

Last synced: 19 days ago
JSON representation

Most clean and compact portfolio, I ever built.

Awesome Lists containing this project

README

        

# Portfolio V4


Portfolio

Built with next.js, [shadcn/ui](https://ui.shadcn.com/), and [magic ui](https://magicui.design/), deployed on Vercel.

Template from [dillionverma](https://github.com/dillionverma/portfolio/).

# 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
- Additions: PostHog, OG, RSS, and more
- 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/sarkartanmay393/portfolio-v4
```

2. Move to the cloned directory

```bash
cd portfolio
```

3. Install dependencies:

```bash
npm install
```

4. Open the [.env.example](/.env.example), copy to `cp .env.example .env` and make changes

5. Start the local Server:

```bash
npm dev
```

6. Open the [Config file](./src/services/resume.tsx) and make changes

# License

Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md).