A personal website for my digital presence on the internet. Note that this site is mostly just used as a single source to link to a variety of other semi-professional things related to me around the Internet.
To get set up running the site locally, clone this repo. Then, run the following to install the dependencies.
npm installTo run the development site locally, run the following:
npm run devTo update the site, run the following:
npm run deployThis compiles everything to a static site on the gh-pages branch, which hosts the site.