This project uses React with Electron and Electron Builder
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
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package