seshat

Description

Seshat Online Team

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Created
May 30, 2018
Updated
May 23, 2020
Topics
pharo seaside

Categories

Web

README excerpt

# 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
```
← Back to results