Bootstrap 4 wrapper for Seaside for Dolphin Smalltalk
# Seaside-Bootstrap4 Dolphin Smalltalk port of [Bootstrap 4 wrapper for Seaside for Pharo 8](https://github.com/astares/Seaside-Bootstrap4) by [Torsten Bergmann](https://github.com/astares) with thanks and acknowledgements. ## Getting Started * Install [Dolphin Smalltalk 7.1](https://github.com/dolphinsmalltalk/Dolphin) ### Automated Installation * Download and install [GitHub Package Manager](https://github.com/rko281/GitHub) * Evaluate: ``` GitHubPackageManager install: 'rko281/Seaside-Bootstrap4'. ``` * All required packages and prerequisites will be downloaded and installed * Once installation is complete the Demo will be started ### Manual Installation * This repository should be cloned/downloaded to your image directory * Follow manual installation instructions for [Seaside for Dolphin 7.1](https://github.com/rko281/Seaside) * Install package `Seaside-Bootstrap4` - this will load all required prerequisites and start the Demo