Upgrade dependencies (#74)

This commit is contained in:
Samuel Marks
2024-09-15 12:33:50 -05:00
committed by GitHub
parent ea67304151
commit 75552cbb7d
13 changed files with 9829 additions and 11342 deletions

12
DEVELOPMENT.md Normal file
View File

@@ -0,0 +1,12 @@
## Developer Setup
Development requires the following tools
- [Node.js](https://nodejs.org/en/download/package-manager)
- [Rust](https://www.rust-lang.org/tools/install)
Then, you can run the app.
1. Checkout the [plugins](https://github.com/yaakapp/plugins) repository
2. Run `YAAK_PLUGINS_DIR="..." npm run build` to generate an icon, fetch external binaries, and build local JS dependencies
3. Run the desktop app in dev mode `npm start`