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
yarnStart the app in the dev environment:
yarn startTo package apps for the local platform:
yarn package