https://github.com/rko281/seaside-bootstrap5
Bootstrap 5 wrapper for Seaside for Dolphin Smalltalk
https://github.com/rko281/seaside-bootstrap5
Last synced: 25 days ago
JSON representation
Bootstrap 5 wrapper for Seaside for Dolphin Smalltalk
- Host: GitHub
- URL: https://github.com/rko281/seaside-bootstrap5
- Owner: rko281
- License: mit
- Created: 2025-04-17T15:29:37.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T15:46:53.000Z (about 2 months ago)
- Last Synced: 2025-04-18T06:10:01.391Z (about 2 months ago)
- Language: Smalltalk
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seaside-Bootstrap5
Dolphin Smalltalk port of [Bootstrap 5 wrapper for Seaside for Pharo](https://github.com/astares/Seaside-Bootstrap5) by [Torsten Bergmann](https://github.com/astares) with thanks and acknowledgements.## Getting Started
* Install [Dolphin Smalltalk 7.2](https://github.com/dolphinsmalltalk/Dolphin)### Automated Installation
* Download and install [GitHub Package Manager](https://github.com/rko281/GitHub)
* Evaluate:
```
GitHubPackageManager install: 'rko281/Seaside-Bootstrap5'.
```
* 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.2](https://github.com/rko281/Seaside)
* Install package `Seaside-Bootstrap4` - this will load all required prerequisites and start the Demo