From c5d31de472dd2ba33f2ed556af123536707d7b8a Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 17 Sep 2024 19:52:33 -0500 Subject: [PATCH] add ontime --- content/projects/ontime.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/projects/ontime.md diff --git a/content/projects/ontime.md b/content/projects/ontime.md new file mode 100644 index 0000000..a2f792a --- /dev/null +++ b/content/projects/ontime.md @@ -0,0 +1,18 @@ +--- +title: "Ontime (cpvalente)" +date: 2024-05-01T00:00:00-06:00 +draft: false +--- + +## What is it? +Ontime is an NodeJS application bundled with Electron made by [Carlos Valente](https://carlosvalente.com/) which is described as a "browser-based application that manages event rundowns, scheduling, and cueing". + +I've [worked on](https://github.com/cpvalente/ontime/pulls?q=is%3Apr+author%3Ajwetzell+is%3Aclosed) automating some quality-of-life parts of the application like signed macOS builds, docker container, running headless, etc. + +The application uses the following tech. + +* [Electron](https://www.electronjs.org/) +* [electron-builder](https://www.electron.build/) (package, publish) +* [React](https://react.dev/) (Web UI) +* [Vite](https://vitejs.dev/) (Frontend Tooling) +* [pNpM](https://pnpm.io/) (Node package management)