Skip to content

jquery/podcast.jquery.com

Repository files navigation

podcast.jquery.com

The static site is generated by Jjigsaw with Blade templates.

Prerequisites

Development

  • Install or update dependencies:

    composer install
    
  • Start a web server for local development at http://localhost:4000/:

    composer serve
    
  • Build the site to build_production/, to commit and deploy:

    composer build