Skip to content
/ rhea Public

Cross-platform GUI for molecular evolution enthusiasts.

License

Notifications You must be signed in to change notification settings

karolisr/rhea

Repository files navigation

Rhea

Setup for Development

  1. Install node. One way to do this is to get nvm then run:
nvm install node
  1. Install rust
  2. Install build dependencies. On Ubuntu:
sudo apt update
sudo apt install \
  libssl-dev \
  libglib2.0-dev \
  libsoup-3.0-dev \
  libjavascriptcoregtk-4.1-dev \
  libwebkit2gtk-4.1-dev

Project Setup

Run the following commands from within the root directory of the repository.

npm install

Developing

npm run tauri dev

Building

npm run tauri build