/Oratio

Oratio is a long term project for speech impaired streamers to provide a unique experience for viewers in the form of on screen displays.

Primary LanguageTypeScriptMIT LicenseMIT

banner

Welcome to Project Oratio Electron Application

This project uses React with Electron and Electron Builder

Install

First, clone the repo via git and install dependencies:

git clone --depth 1 --single-branch https://github.com/Y0dax/Oratio.git your-project-name
cd your-project-name
yarn

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package

Docs

See Electron React Boilerplate Guides