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