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.
Install dependencies
yarn
Start the development server
yarn dev
Build for production
yarn build