https://github.com/nwesthoff/shiplog
Menubar app to keep track of running deploys on Vercel & Netlify
https://github.com/nwesthoff/shiplog
ci deploys electron netlify vercel
Last synced: 23 days ago
JSON representation
Menubar app to keep track of running deploys on Vercel & Netlify
- Host: GitHub
- URL: https://github.com/nwesthoff/shiplog
- Owner: nwesthoff
- Created: 2021-09-12T15:52:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T07:02:18.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T18:47:54.905Z (25 days ago)
- Topics: ci, deploys, electron, netlify, vercel
- Language: TypeScript
- Homepage: https://shiplog.app
- Size: 3.41 MB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/nwesthoff/vercelfservice/actions/workflows/build-main.yaml)
# Shiplog

A menubar application to monitor your Vercel & Netlify builds.
The app is built using
- [React](https://reactjs.org/) with [TypeScript](https://www.typescriptlang.org/)
- [Electron](https://www.electronjs.org/) - used to package it as Menu Bar application## Available Scripts
In the project directory, you can run:
### `yarn electron:dev`
Runs the app in the development mode.\
Starts the server on [http://localhost:3000](http://localhost:3000) and launches the app in the Menu Bar### `yarn make`
Packages the app and generates platform specific distributables to the `out` folder. Uses [Electron Forge](https://www.electronforge.io/) for packaging.