https://github.com/rko281/materialdesignlite
Dolphin Smalltalk port of DuneSt's Material Design Lite for Seaside
https://github.com/rko281/materialdesignlite
Last synced: 2 months ago
JSON representation
Dolphin Smalltalk port of DuneSt's Material Design Lite for Seaside
- Host: GitHub
- URL: https://github.com/rko281/materialdesignlite
- Owner: rko281
- License: mit
- Created: 2019-05-30T14:43:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T07:45:05.000Z (about 5 years ago)
- Last Synced: 2025-02-11T12:21:18.413Z (4 months ago)
- Language: Smalltalk
- Size: 1.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MaterialDesignLite
Dolphin Smalltalk port of [Material Design Lite for Seaside](https://github.com/DuneSt/MaterialDesignLite) created by [DuneSt](https://github.com/DuneSt)## 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/MaterialDesignLite'.
```
* 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 `MaterialDesignLite` - this will load all required prerequisites and start the Demo