Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 456 Bytes

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 [email protected]:jaredpalmer/undefined.fm.git
cd undefined.fm
yarn install
yarn start

Open https://localhost:8000