Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Seaside

in Pharo 7 just evaluate

```Smalltalk
Metacello new
baseline:'Seaside3';
repository: 'github://SeasideSt/Seaside:pharo7/repository';
load
```