Update README.md

This commit is contained in:
Mungai Njoroge
2023-01-16 15:55:20 +03:00
committed by GitHub
parent 5dad45f188
commit 6cd3b99f47
+1 -1
View File
@@ -38,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 ](https://github.com/swing-client) 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/geoffrey45/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.