Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaredpalmer/thinkaboutthis.fm
- Owner: jaredpalmer
- Created: 2019-09-30T17:34:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:23:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T15:13:18.939Z (about 1 month ago)
- Topics: gatsby, podcast, react, typescript
- Language: TypeScript
- Homepage: https://thinkaboutthis.fm
- Size: 36.4 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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