The Devy app was developed to run ambient and lofi sounds in the background, it also has a built-in pomodoro that contains a default setting of 25 minutes of study and 5 minutes of rest, you can see a demo of the app working at the link below:
DemonstrationYou can download all versions of devy in releases section:
DownloadsAccess the page and download .msi instaler file, just a heads up, the Devy app only works on windows currently.
Start using this command in terminal, this project use LFS(Git Large File System) then you have some problems with sounds on download repository directly from github:
git clone https://github.com/FhillSlinger/devy.git
Open the project folder in terminal:
cd devy
Execute the yarn command to install the dependencies, the project use yarn but if you want, you can change to npm or other package manager:
yarn
And finally use the next command to run desktop app in debug mode:
yarn tauri dev
If you want to build your app in a .msi file you can use the command:
yarn tauri build
the .msi file is located in src-tauri/target/release/bundle/msi