mattstauffer / simplepodcastsite

SimplePodcastSite - one day could be extract from 3mgs to be good for all podcasts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landing page for the Three Minute Geek Show

Installation

  1. Clone the repository locally
  2. Install dependencies with composer install
  3. Copy .env.example to .env and modify its contents to reflect your local environment
  4. Generate application key
php artisan key:generate
  1. Configure a web server, such as the built-in PHP web server, to serve this site using the +public+ directory as its root
php -S localhost:8080 -t public

About

SimplePodcastSite - one day could be extract from 3mgs to be good for all podcasts

License:MIT License


Languages

Language:PHP 86.1%Language:Blade 10.3%Language:SCSS 2.7%Language:JavaScript 0.7%Language:Shell 0.3%