https://github.com/LondonPM/London-pm-website
Currently https://londonperl.com/
-
Install Carton globally or using plenv or what ever tools you use
-
Clone this repo
-
Install dependencies
carton install
- Process root -> docs/
carton exec ttree -f ttreerc
- Run local server (you will need to click from the directory listing to the index.html pages, but good enough for developing)
carton exec -- plackup -MPlack::App::Directory -e 'Plack::App::Directory->new(root => "docs")->to_app' -p 8080
See the .github/workflows/buildsite.yml