An open API service indexing awesome lists of open source software.

https://github.com/jquery/podcast.jquery.com


https://github.com/jquery/podcast.jquery.com

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# podcast.jquery.com

The static site is generated by [Jjigsaw](https://jigsaw.tighten.com/docs/building-and-previewing/) with [Blade templates](https://laravel.com/docs/9.x/blade).

## Prerequisites

* PHP 7.4 or later, with [Composer](https://getcomposer.org/).

## Development

* Install or update dependencies:
```
composer install
```

* Start a web server for local development at :
```
composer serve
```

* Build the site to `build_production/`, to commit and deploy:
```
composer build
```