From abea9a6f6e3ad8f3daa415db2c58296eb1281591 Mon Sep 17 00:00:00 2001 From: Swastik Sharma <81990329+swastkk@users.noreply.github.com> Date: Mon, 21 Aug 2023 01:07:35 +0530 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 291ed15..9e7a824 100644 --- a/README.md +++ b/README.md @@ -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) +