This is the repository for jlcalvo.com. It's a PHP project that can be built into a static website and published to Firebase.
- init.ps1: Ensures that all the needed 3rd party tools are installed
- build.ps1: Builds the project with PHP into the
_publishfolder. - serve.ps1: Start a local server on
_publishfolder with browser sync so that it automatically updates on the server whenbuild.ps1is run. - deploy.ps1: Deploys to Firebase based on the
firebase.jsonconfiguration.