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)