Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Dec 10, 2024
1 parent c8e3ad5 commit 09760f5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,10 @@ RUST-backed utilities for bioinformatic data processing. Rust on the backend wit
## Develop

```sh
# assuming quarto and cargo are installed and on your path.
git clone https://github.com/zachcp/bioinformaticstoolkit.git

cd bioinformaticstoolkit

# install the tauri cli
cargo install tauri-cli

# add cargo bind dir to the path
export PATH=$PATH:~/.cargo/bin/

# to develop
npm run tauri dev

# to package. this build is ~8MB.
npm run tauri build

# to test
cd src-tauri && cargo test
# or verbose
cd src-tauri && cargo test -- --nocapture

```

### Screenshots
Expand Down

0 comments on commit 09760f5

Please sign in to comment.