Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.92 KB

Readme.md

File metadata and controls

61 lines (43 loc) · 1.92 KB

CueB Play

Pronounced kyo͞ob plā (cube play), CueB Play is a Sound and Video playback platform for Theatre & Live Events written in Typescript.

Installation

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

Usage

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

Contributing

Pull requests are welcome - feel free to open an issue as well.

Stack

License

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/>.