Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.85 KB

Website License Deploy Vercel

My personal website, built in TSX leveraging Next.js, Tailwind.css, the Github API and a beautiful pattern monster SVG background to tie it all together.

Portfolio

Personal Ecosystem

This site is the core of my personal branding online ecosystem, that has separate pieces leveraged on it that also function as stand alone sites (which is useful for giving out links without expecting third parties to wade through this site to quickly find what they need).

The other components of this ecosystem are: - my resume github - biolink: a linktree alternative github

Development

If you want to modify the site for your own purposes, or submit a Pull Request to help me out, then you will need to do the following to get started:

Install dependencies

yarn

Start the development server

yarn dev

Build for production

yarn build