An app based on PharoEDA.
A sample application is useful for describing how to use PharoEDA, and also to try out bleeding-edge features when developing PharoEDA itself.
A simple domain consisting of:
- A conference
- Questions asked in a conference
- Questions liked in a conference
First, load it with Metacello:
Metacello new repository: 'github://osoco/pharo-eda-sample-app:main'; baseline: #PharoEDASampleApp; load
Then, run it with
EDASAApplication run