From 394f624afbb8c2ceecb753ded8431351353ef937 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Mon, 16 Jan 2023 08:12:08 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74473314..cde40ade 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The app is currently only available on linux. (I don't have access to a Windows machine for building and testing purposes). +#### 🎉🎉 Checkout the app screenshots in [this excalidraw canvas](https://excalidraw.com/#json=RTEbSl2gadmgpXH9UDZPk,AbghTOre_rt-ZRgHDQlxfQ) 🎉🎉. + ### Setup Download the latest release from the [release page](#), make the binary file executable and run it in a terminal. You can do all this using the commands below. @@ -36,7 +38,7 @@ Options: ### Development -This project is broken down into 2. The client and the server. The client comprises of the user interface code. This part is written in Typescript, Vue 3 and SCSS. To setup the client, checkout the [swing client repo ](#) on GitHub. +This project is broken down into 2. The client and the server. The client comprises of the user interface code. This part is written in Typescript, Vue 3 and SCSS. To setup the client, checkout the [swing client repo ](https://github.com/swing-client) on GitHub. The second part of this project is the server. This is the main part of the app that runs on your machine, interacts with audio files and send data to the client. It's written in Python 3.