Skip to content

shipurjan/bioparallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.