Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredpalmer/thinkaboutthis.fm

Source code for thinkaboutthis.fm
https://github.com/jaredpalmer/thinkaboutthis.fm

gatsby podcast react typescript

Last synced: 15 days ago
JSON representation

Source code for thinkaboutthis.fm

Awesome Lists containing this project

README

        

# [thinkaboutthis.fm](https://thinkaboutthis.fm)

This is the source code for https://thinkaboutthis.fm. It's a [Gatsby](https://github.com/gatsbyjs) 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 Megaphone RSS feed.

To run, locally:

```
git clone [email protected]:jaredpalmer/thinkaboutthis.fm.git
cd thinkaboutthis.fm
yarn install
yarn start
```

Open https://localhost:8000