Simple framework to support Pharo web development with Seaside and Bootstrap
# Boot-Web **Boot-Web** is a simple framework to support Pharo web development with [Seaside](https://github.com/SeasideSt/Seaside) and [Bootstrap CSS Framework](https://getbootstrap.com/). [](https://github.com/astares/Boot-Web/actions?query=workflow%3ABuild) [](https://codecov.io/gh/astares/Boot-Web/branch/main) [](https://pharo.org/download) [](https://pharo.org/download) ## Installation ### Quick Start You can install **Boot-Web** by executing the following load scripts: ```Smalltalk Metacello new repository: 'github://astares/Boot-Web:main/src'; baseline: 'BootWeb'; load ```