Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 1 year ago)
- Last Synced: 2024-08-12T13:34:47.605Z (6 months ago)
- Topics: ci, deploys, electron, netlify, vercel
- Language: TypeScript
- Homepage: https://shiplog.app
- Size: 3.41 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build](https://github.com/nwesthoff/vercelfservice/actions/workflows/build-main.yaml/badge.svg)](https://github.com/nwesthoff/vercelfservice/actions/workflows/build-main.yaml)
# Shiplog
![Shiplog in Light and Dark](/.github/assets/light-dark-shiplog.gif)
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.