Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 855 Bytes

GitHub release Build Status Pharo 8.0

PharoWeb

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.

Manual Loading

Metacello new
   baseline:'PharoWeb';
   repository: 'github://LucFabresse/PharoWeb/src';
   onConflict: [ :ex | ex useLoaded ];
   load