This is the code for my personal website, welcome.
yarn && yarn start
will get you going at http://localhost:3000
I'm thankful for the wonderful colleagues I've worked with over the years. They have taught me a lot. The code for this project looks a lot like what I write day-to-day, with everything I've learned from others. Thanks, y'all.
This project uses a lot of open source software -- check out the package.json and yarn.lock.
I'm also thankful to the following companies for free versions of their cool products:
- GitHub Actions for my CI setup (see .github/workflows)
- Netlify for static site hosting and PR previews, and shoutout to the OSS Wait for Netlify Deployment GitHub Action
- Cypress for their great dashboard service to view test run recordings and history
- Dependabot (GitHub) for keeping me up to date
- Snyk for keeping me safe
If you want to submit a PR, awesome, yes, thank you!
PR checks will not pass when run against forks, because secrets/credentials will not be available to those builds. I'll check it locally or cherry-pick the commits onto a non-forked PR.
The Code of Conduct is Contributor Covenant.