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

https://github.com/thomashighbaugh/personal-site

My portfolio site's new form and fresh branding
https://github.com/thomashighbaugh/personal-site

developer-portfolio nextjs portfolio portfolio-site portfolio-template react tailwind tailwindcss webpack

Last synced: 6 months ago
JSON representation

My portfolio site's new form and fresh branding

Awesome Lists containing this project

README

          

[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](https://thomasleonhighbaugh.me)
[![License](https://img.shields.io/badge/-mit-red.svg?longCache=true&style=for-the-badge)](https://github.com/tdemapp/website/blob/master/LICENSE)
[![Deploy](https://img.shields.io/badge/Deploy-black.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/import/project?template=https://github.com/Thomashighbaugh/Personal-Site)
[![Vercel](https://img.shields.io/badge/-powered%20by%20vercel-black.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/home?utm_source=thomashighbaugh&utm_campaign=oss)

**My personal website, built in TSX leveraging Next.js, Tailwind.css, the Github API and a beautiful [pattern monster](https://pattern.monster) SVG background to tie it all together.**

![Portfolio](../public/blog/portfolio/screenshot-aNn1fb.png)

## Development

Install dependencies

```zsh

yarn

```

Start the development server

```zsh

yarn dev

```

Build for production

```zsh

yarn build
```