README excerpt
[](https://github.com/LucFabresse/PharoWeb/releases/latest)
[](https://travis-ci.com/github/LucFabresse/PharoWeb)
[](https://github.com/LucFabresse/PharoWeb/releases/download/continuous/PharoWeb-8.0.zip)
# 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](https://mooc.pharo.org).
It includes several frameworks and libraries related to Web development.
## Manual Loading
```smalltalk
Metacello new
baseline:'PharoWeb';
repository: 'github://LucFabresse/PharoWeb/src';
onConflict: [ :ex | ex useLoaded ];
load
```