Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 904 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 904 Bytes

Boot-Web

Boot-Web is a simple framework to support Pharo web development with Seaside and Bootstrap CSS Framework.

Unit Tests Coverage Status

Pharo 10 Pharo 11

Installation

Quick Start

You can install Boot-Web by executing the following load scripts:

Metacello new 
	repository: 'github://astares/Boot-Web:main/src';
	baseline: 'BootWeb';
	load