-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# wallpape-rs | ||
Desktop App to change the wallpaper with a wide range of wallpapers rendered from wallheaven API | ||
Desktop App to change the wallpaper with a wide range of wallpapers rendered from wallheaven API. | ||
|
||
## Prerequisite | ||
1. Rust | ||
2. Node-NPM | ||
|
||
## Setup | ||
1. After cloning run | ||
```bash | ||
npm install | ||
``` | ||
2. Move to `src-tauri` dir and run | ||
```bash | ||
cargo build | ||
``` | ||
3. Move back to root folder and run this command to make the local server runnning... | ||
```bash | ||
npm run tauri dev | ||
``` | ||
4. To build the app run | ||
```bash | ||
npm run tauri build | ||
``` | ||
## Some Screen-shots | ||
![Screenshot_2023-08-21_00-58-27](https://github.com/swastkk/wallpape-rs/assets/81990329/b3fa339e-85df-42a4-8f97-6551b0e08ebd) | ||
![Screenshot_2023-08-21_00-55-10](https://github.com/swastkk/wallpape-rs/assets/81990329/576ed45f-628b-4966-a534-15bd7c1d1f2d) | ||
|