Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 537 Bytes

README.adoc

File metadata and controls

22 lines (14 loc) · 537 Bytes

bioparallel

Application for forensic trace comparison

bioparallel

Development

Pre-requisites

First, you need to have Tauri installed (v2 beta at the time of writing)

Then just run the following commands to start the app:

git clone https://github.com/shipurjan/bioparallel.git
cd bioparallel
pnpm i
pnpm tauri dev
Note
Sometimes you may need to run pnpm tauri dev a few times to start the app. If you get an error, just run the command again.