https://github.com/tilt-dev/tilt-on-top
A little demo project on how to connect to Tilt from the OS menubar
https://github.com/tilt-dev/tilt-on-top
Last synced: 4 months ago
JSON representation
A little demo project on how to connect to Tilt from the OS menubar
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-on-top
- Owner: tilt-dev
- License: apache-2.0
- Created: 2021-05-13T15:53:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T14:46:23.000Z (over 3 years ago)
- Last Synced: 2025-08-25T09:27:16.294Z (10 months ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tilt-on-top
A little demo project on how to connect to Tilt from the OS menubar
## Run
```
node_modules/.bin/electron index.js
```
or for interactive development:
```
ls * | entr -r node_modules/.bin/electron index.js
```
## Tilt JS client
We cross-compiled this once and it was kind of a kludge. Cross-compile it again with:
```
node_modules/.bin/tsc --build tsconfig.json
```