This is my website. It is a tech portfolio and a showcase for my other creative works, including games and music.
It has long been running as a simple static site on GitHub Pages. On 2024-09-17 I deployed v2.0 as a Vite + React + TypeScript app. The repo now follows the shared tv-shared consumer conventions for lint/test/build/verify and GitHub Pages workflows.
# clone the repo
git clone git@github.com:taylorvance/taylorvance.github.io.git
# install dependencies
npm ci
# run the dev server
npm run dev
# run the local quality gate
npm run verify