In the Getting Started section i can see
Install dependencies
npm install
Start the application
cargo tauri dev --features=icebug-analytics -- -- ../test.lbdb
But the default npm install does not create executables for cargo and tauri, directly accessible from the shell. So if you execute this, or any of the scripts in package.json, they don't work.
Please add some hints for how to make them accesible.
In the Getting Started section i can see
But the default
npm installdoes not create executables for cargo and tauri, directly accessible from the shell. So if you execute this, or any of the scripts inpackage.json, they don't work.Please add some hints for how to make them accesible.