Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calicastle/cali-fm
One-click deploy your podcast website via RSS
https://github.com/calicastle/cali-fm
nextjs podcast rss tailwindcss website
Last synced: 11 days ago
JSON representation
One-click deploy your podcast website via RSS
- Host: GitHub
- URL: https://github.com/calicastle/cali-fm
- Owner: CaliCastle
- License: mit
- Created: 2023-07-17T17:52:26.000Z (over 1 year ago)
- Default Branch: headless
- Last Pushed: 2023-11-04T03:42:10.000Z (about 1 year ago)
- Last Synced: 2024-04-14T02:24:09.733Z (7 months ago)
- Topics: nextjs, podcast, rss, tailwindcss, website
- Language: TypeScript
- Homepage: https://fm.cali.so
- Size: 572 KB
- Stars: 120
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Podcast Studio
This is a template for a podcast website. It is built with:
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## Getting Started
1. First, you'd need a podcast RSS url and the final production domain URL for your website.
```dotenv
NEXT_PUBLIC_PODCAST_RSS="yoururl"
NEXT_PUBLIC_OG_URL="https://example.com"
```2. Open `podcast.config.ts` to configure your podcast.
## Running Locally
```bash
pnpm install
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.