Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kruithne/krulabs
Theatre Automation Software
https://github.com/kruithne/krulabs
Last synced: about 2 months ago
JSON representation
Theatre Automation Software
- Host: GitHub
- URL: https://github.com/kruithne/krulabs
- Owner: Kruithne
- License: mit
- Created: 2024-04-26T17:57:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T15:54:56.000Z (6 months ago)
- Last Synced: 2024-06-14T21:13:24.295Z (6 months ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚙️ KruLabs · ![typescript](https://img.shields.io/badge/language-typescript-0176c6) ![bun](https://img.shields.io/badge/runtime-bun-fbf0df) [![license badge](https://img.shields.io/github/license/Kruithne/krulabs?color=blue)](LICENSE)
KruLabs is a bespoke automation system for theatre production.
## Disclaimer
KruLabs is purpose built. It is not intended for general-purpose use and is not supported for such. This project is open-sourced for educational and research purposes. It is not recommended to use this software.
## Responsibility
Neither the author nor the contributor of this software are responsible for any damages caused by the use of this software. This software is provided as-is, with no warranty or guarantee of any kind. By using this software you understand the potential risks and assume all responsibility.## Installation
```bash
# install bun (if not already installed)
powershell -c "irm bun.sh/install.ps1 | iex" # windows
curl -fsSL https://bun.sh/install | bash # linux & macOS# clone the repository
git clone https://github.com/Kruithne/KruLabs.git
```## Usage
```bash
bun run krulabs
```## Port
By default, the KruLabs interface is hosted on port `19531`. A different port can be specified by setting the `--port` argument.
```bash
bun run krulabs --port=4040
```## License
This project is licensed under the MIT license. For more information, please refer to the [LICENSE](LICENSE) file.