An application built with Tauri to combine different school applications into one.
To help develop coornhert-app, follow these instructions:
First clone the repository and download all dependencies (this may take a while).
$ git clone https://github.com/de-grote/coornhert-app.git
$ cd coornhert-app
$ npm i
$ cargo install tauri-cli
To start the app locally run:
$ cargo tauri dev
Or build it:
$ cargo tauri build