Skip to content

CaliCastle/cali-fm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2af4f1 · Nov 4, 2023

History

31 Commits
Nov 2, 2023
Jul 18, 2023
Jul 18, 2023
Jul 19, 2023
Jul 17, 2023
Jul 17, 2023
Jul 26, 2023
Jul 18, 2023
Jul 17, 2023
Jul 18, 2023
Jul 18, 2023
Jul 18, 2023
Jul 18, 2023
Nov 2, 2023
Jul 17, 2023
Jul 17, 2023
Jul 18, 2023
Jul 17, 2023
Jul 17, 2023

Repository files navigation

Podcast Studio

This is a template for a podcast website. It is built with:

Getting Started

  1. First, you'd need a podcast RSS url and the final production domain URL for your website.
NEXT_PUBLIC_PODCAST_RSS="yoururl"
NEXT_PUBLIC_OG_URL="https://example.com"
  1. Open podcast.config.ts to configure your podcast.

Running Locally

pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.