From d2d4b6f84ad512bc4261eb68291afbe42129315b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 9 Dec 2022 13:50:30 -0600 Subject: [PATCH] add cue view --- content/projects/cueview.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/projects/cueview.md diff --git a/content/projects/cueview.md b/content/projects/cueview.md new file mode 100644 index 0000000..1246875 --- /dev/null +++ b/content/projects/cueview.md @@ -0,0 +1,16 @@ +--- +title: "Cue View (stagehacks)" +date: 2022-02-19T00:00:00-06:00 +draft: false +--- + +## What is it? +Cue View is an Electron based application made by [Alec Sparks](https://alecsparks.com/Cue-View) for displaying information from various devices over the network. + +I've worked on automating the build process and general clean up as well as testing the device integrations. + +The application uses the following tech. + +* [Electron](https://www.electronjs.org/) +* [electron-builder](https://www.electron.build/) (package, publish, auto-update) +* [lodash](https://lodash.com/) (html templating) \ No newline at end of file