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

https://github.com/zackozack0/customizable-portfolio

A fully customizable portfolio website made with Next.js 14, contentlayer, Tailwind CSS, Framer Motion and shadcn/ui.
https://github.com/zackozack0/customizable-portfolio

contentlayer framer-motion nextjs nextjs14 portfolio-website shadcn-ui tailwindcss

Last synced: 5 months ago
JSON representation

A fully customizable portfolio website made with Next.js 14, contentlayer, Tailwind CSS, Framer Motion and shadcn/ui.

Awesome Lists containing this project

README

          

# Portfolio

### [Portfolio URL](https://zackozack.xyz)

A fully customizable, professional portfolio website made with:

- Next.js
- Tailwind CSS
- Framer Motion
- Contentlayer
- shadcn/ui

![image](https://github.com/user-attachments/assets/db4c25c8-8765-4d51-b1be-b00bc83b14fc)

## Runnning Locally

1. Clone the repository

```bash
pnpm install
```

2. Generate pages from Contentlayer

```bash
pnpm build:content
```

3. Running the project

```bash
pnpm dev
```

Deploy on Vercel:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FzaCKoZAck0%2Fcustomizable-portfolio&project-name=my-portfolio&repository-name=my-portfolio&demo-title=My%20Portfolio&demo-description=Portfolio%20and%20Blog%20website%20made%20with%20Next.js&demo-url=https%3A%2F%2Fzackozack.xyz)

**Please ⭐ star this repo, if you found this project helpful**