Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yannij/tidbit
!! Moved to Seaside-Quasar !! Web stack using Seaside, Material Components Web, Magritte/Voyage, and MongoDB
https://github.com/yannij/tidbit
pharo smalltalk
Last synced: about 1 month ago
JSON representation
!! Moved to Seaside-Quasar !! Web stack using Seaside, Material Components Web, Magritte/Voyage, and MongoDB
- Host: GitHub
- URL: https://github.com/yannij/tidbit
- Owner: yannij
- License: mit
- Created: 2017-11-03T16:59:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T17:58:00.000Z (about 3 years ago)
- Last Synced: 2024-11-13T03:32:52.239Z (3 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 599 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOTE: Code moved to Seaside-Quasar, where work will continue
# Tidbit
Web framework using Seaside, Material Components Web, Voyage/Magritte and MongoDB## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Installation
Download the latest [Pharo 32](https://get.pharo.org/) or [64 bits VM](https://get.pharo.org/64/).
Load the code using:
```
Metacello new
repository: 'github://yannij/Tidbit/src';
baseline: 'Tidbit';
onConflictUseLoaded;
load.
```
### Start Seaside
1. Open Seaside Control Panel from the Tools menu
1. Add a ZnZincServerAdaptor from the control panel
1. Select the adapter, click on Start button### Open in a web browser
1. Use a web browser (Chrome, ...)
1. Go to URL: http://localhost:8080/tidbit/todo