Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swastkk authored Aug 20, 2023
1 parent bebbdcd commit abea9a6
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
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)

0 comments on commit abea9a6

Please sign in to comment.