This is the source code for https://undefined.fm. It's a Gatsby website built with TypeScript and hosted on Netlify. It uses a custom gatsby source plugin to generate pages for each episode based on the podcast's Simplecast RSS feed.
To run, locally:
git clone git@github.com:jaredpalmer/undefined.fm.git
cd undefined.fm
yarn install
yarn start