Generate "experiment wise safety sheets" in compliance to European law.
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.
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.