Skip to content

LondonPM/London-pm-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The London.pm Website

Where does this code live?

https://github.com/LondonPM/London-pm-website

Where is the site viewable?

Currently https://londonperl.com/

How do I develop locally?

  • 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

How does live deploy work?

See the .github/workflows/buildsite.yml

Releases

No releases published

Packages

No packages published

Languages