Pronounced kyo͞ob plā
(cube play), CueB Play is a Sound and Video playback platform for Theatre & Live Events written in Typescript.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed. From your command line:
# Install dependencies
npm install
# Run the app
npm start
To package the app for distribution, run the following command from your command line:
npm run make
When using the TypeORM cli be sure to prefix with npm run
e.g:
npm run typeorm migration:generate -n src/database/migration/example
Pull requests are welcome - feel free to open an issue as well.
- Electron
- Framework: React
- Styling: TailwindCSS
- Logging: Winston
- ORM: Typeorm
- Database: Sqlite3
- Audio Playback: Howler.js
CueB Play is a Sound and Video playback platform for Theatre & Live Events
Copyright (C) 2022 Bithell Studios Ltd
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.