mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 16:43:53 +01:00
675 B
675 B
Developer Setup
Development requires the following tools
Then, you can run the app.
- Checkout the plugins repository
- Run
YAAK_PLUGINS_DIR="..." npm run bootstrapto fetch external binaries, build local dependencies, etc. - Run the desktop app in dev mode
npm start
SQLite Migrations
- From
src-tauri/, runsqlx migrate add migration-name - Migrate the DB by running the app (may need to
cargo cleanfirst)
Note: Yaak development builds use a separate database location than production releases