Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.