Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 541 Bytes

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