This project builds a Pharo image with Web development libraries and tools.
This is the Pharo image to use for following the Pharo MOOC. It includes several frameworks and libraries related to Web development.
Metacello new
baseline:'PharoWeb';
repository: 'github://LucFabresse/PharoWeb/src';
onConflict: [ :ex | ex useLoaded ];
load