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

Lists

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.