Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grkek/monologue
A JSX extension of Tilo
https://github.com/grkek/monologue
Last synced: 15 days ago
JSON representation
A JSX extension of Tilo
- Host: GitHub
- URL: https://github.com/grkek/monologue
- Owner: grkek
- License: mit
- Created: 2023-10-23T12:44:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-23T12:45:59.000Z (about 1 year ago)
- Last Synced: 2024-10-25T01:28:04.729Z (2 months ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To run the example and use it as intended you will need to first:
1. Install dependencies
```bash
shards install
./bin/gi-crystal
```
2. Run the GUI example```bash
make build
```3. Build the GUI example and watch for changes usign Nodemon (Optional)
```bash
make nodemon
```