This is the public repo for my website, which is built in React.
This is extremely old at this point, still using create-react-app. It could do with migrating over to a more modern stack at some point...
Currently hosted as a static site on a VPS using caddy - frontend by cloudflare
To run this locally:
git clone
it somewhere- Run
yarn
ornpm install
- Run
npm start
- That's it!
This repo is mainly for me to have some source-control over the site, but feel free to look around at how I've done things.