The engineering podcast with a 2 drink minimum. Hosted by Jared Palmer and Ken Wheeler.
The source code for undefined.fm is a Gatsby website built with TypeScript and hosted on Netlify. It includes a custom Gatsby source plugin to generate pages for each podcast episode based on the podcast’s Simplecast RSS feed.
To run the undefined.fm website locally, follow these steps:
npm install
to install project dependencies.npm start
to start the development server.https://localhost:8000
to view the website.The undefined.fm website source code is a Gatsby site with TypeScript integration, hosted on Netlify. It includes a custom Gatsby source plugin for generating podcast episode pages from a Simplecast RSS feed. By following the installation guide, users can set up and run the website locally to explore its features and functionality.