https://github.com/jquery/podcast.jquery.com
https://github.com/jquery/podcast.jquery.com
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jquery/podcast.jquery.com
- Owner: jquery
- Created: 2023-02-16T03:26:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T13:57:21.000Z (about 1 year ago)
- Last Synced: 2025-02-09T09:12:22.714Z (11 months ago)
- Language: HTML
- Homepage: https://podcast.jquery.com
- Size: 195 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```