Skip to content

LucFabresse/PharoWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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