Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 405 Bytes

Website for PHPDD23

Requirements

  • Ruby gem installed

Installation

  • run make install

Updates

  • run make update

Serve site locally

  • run make serve

You can make changes to the site and the site gets rebuilt automatically.

Publish changes

Commit all changes and push them to the main branch of the repository. GitHub Pages will build and publish the changes automatically.