https://github.com/feenkcom/gt4edx
A repository dedicated to analyses of open.edx.org based of Glamorous Toolkit
https://github.com/feenkcom/gt4edx
Last synced: 3 months ago
JSON representation
A repository dedicated to analyses of open.edx.org based of Glamorous Toolkit
- Host: GitHub
- URL: https://github.com/feenkcom/gt4edx
- Owner: feenkcom
- License: mit
- Created: 2021-08-11T21:48:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T15:25:30.000Z (7 months ago)
- Last Synced: 2026-01-27T09:06:31.936Z (5 months ago)
- Language: Smalltalk
- Homepage:
- Size: 62.5 KB
- Stars: 9
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glamorous Toolkit for Open edX
A repository dedicated to analyses of [Open edX](https://github.com/edx) that reproduce the contents presented in [our blog post about steering agile architecture by example](https://lepiter.io/feenk/steering-agile-architecture-by-example--th-e2p6aps2brbby94deek31xqxh/).
## Install
Install [Glamorous Toolkit](https://gtoolkit.com).
Then open a Playground and load the code in Glamorous Toolkit by executing:
```
Metacello new
repository: 'github://feenkcom/gt4edx:main/src';
baseline: 'GToolkit4Edx';
load
```
And then load the documentation in Glamorous Toolkit:
```
BaselineOfGToolkit4Edx loadLepiter
```