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
- Host: GitHub
- URL: https://github.com/thomashighbaugh/personal-site
- Owner: Thomashighbaugh
- Created: 2019-08-16T19:07:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T20:16:56.000Z (about 2 years ago)
- Last Synced: 2025-02-05T11:36:36.330Z (over 1 year ago)
- Topics: developer-portfolio, nextjs, portfolio, portfolio-site, portfolio-template, react, tailwind, tailwindcss, webpack
- Language: TypeScript
- Homepage: https://thomasleonhighbaugh.me
- Size: 191 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
[](https://thomasleonhighbaugh.me)
[](https://github.com/tdemapp/website/blob/master/LICENSE)
[](https://vercel.com/import/project?template=https://github.com/Thomashighbaugh/Personal-Site)
[](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.**

## Development
Install dependencies
```zsh
yarn
```
Start the development server
```zsh
yarn dev
```
Build for production
```zsh
yarn build
```