https://github.com/LondonPM/London-pm-website
Currently https://londonperl.org/
-
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'
Or use the convenience program supplied
carton exec -- plackup lpm-serve
- Open the address http://localhost:5000/ in a browser to see your local version of the site
See the .github/workflows/buildsite.yml