/PodcastGen

PodcastGen is a powerful and user-friendly podcast creation tool that allows you to easily generate, manage, and share your podcasts. Built with Vue.js and Quasar Framework, PodcastGen provides a seamless experience for both podcast creators and listeners.

Primary LanguageVue

PodcastGen

Podcast

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.