Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Calciumdibromid/CaBr2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d39a6f4 · Sep 20, 2021
Sep 20, 2021
Sep 20, 2021
Dec 2, 2020
Feb 15, 2021
Sep 20, 2021
Sep 20, 2021
Sep 20, 2021
Mar 14, 2021
Sep 20, 2021
Sep 20, 2021
Feb 14, 2021
Sep 20, 2021
Sep 20, 2021
Sep 20, 2021
Feb 14, 2021
Sep 20, 2021
Sep 20, 2021
Jan 4, 2021
Mar 10, 2021
Sep 20, 2021
Sep 20, 2021
Dec 2, 2020
Sep 20, 2021
Sep 20, 2021
Sep 20, 2021
Sep 20, 2021
Dec 2, 2020
Sep 20, 2021

Repository files navigation

CaBr2

License: GPL3+ test Crowdin

Generate "experiment wise safety sheets" in compliance to European law.

Develop

CaBr2 is a tauri project.

Frontend is written in Angular 11 and backend is in Rust.

To start execute yarn start to build and serve UI, execute yarn tauri-start to get the aplication window.

Build

You need the tauri-builder. Get it via cargo install -f tauri-bundler.

To convert the html template to a pdf file you need to install wkhtmltopdf. wkhtmltox (that can be downloaded from here) is needed to build the app.

Just execute yarn build && yarn tauri build afterwards.