Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```