Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/seshat
Seshat Online Team
https://github.com/astares/seshat
pharo seaside
Last synced: 4 days ago
JSON representation
Seshat Online Team
- Host: GitHub
- URL: https://github.com/astares/seshat
- Owner: astares
- License: mit
- Created: 2018-05-30T21:15:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T11:56:43.000Z (over 6 years ago)
- Last Synced: 2024-10-31T06:41:49.424Z (about 2 months ago)
- Topics: pharo, seaside
- Language: Smalltalk
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seshat
- a web app written in Seaside
- including a wrapper for https://designrevision.com/demo/shards/# Installation
## Installation of Seasidein Pharo 7 just evaluate
```Smalltalk
Metacello new
baseline:'Seaside3';
repository: 'github://SeasideSt/Seaside:pharo7/repository';
load
```