This is an implementation of Aeon tool as desktop application.
Once you install Rust, you can build the app from source.
Simply run cargo build --release
in the src-tauri
directory. The binary will be located in src-tauri/target/release/biodivine-aeon-desktop
.
Installation files are located in the last release. Supported OS systems are Windows, macOS and Linux.
Run npm install
Run npm run start
-
Run
npm run js-code-check
: check formatting of JavaScript code based on the eslint rules located in.eslinrc.json
file. -
Run
npm run js-code-format
: format JavaScript code based on the eslint rules located in.eslinrc.json
file. -
Run
npm run rust-code-check
: analyze source code for potential errors, style issues, and other code quality concerns. -
Run
npm run rust-code-format
: format and enforce a consistent and standardized coding style across a Rust project