From 2c146744b62528639a857eafe3b823268f916cc1 Mon Sep 17 00:00:00 2001 From: anon28410 Date: Sat, 18 Jul 2026 17:08:23 +0100 Subject: [PATCH] docs: update repository URL and add development run instructions to README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86faf76..3fd87dc 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ A TIDAL upload formatter and quality control tool for uploading to RED. 2. Install dependencies, build, and run the app: ```bash -git clone https://github.com/anon28410/crossfade.git +git clone https://git.tgcomplete.com/anon28410/crossfade.git cd crossfade -cp .env.local.example .env.local npm install npm run build npm run start @@ -26,3 +25,11 @@ You are required to already have the following CLI applications installed and co - [mkbrr](https://github.com/autobrr/mkbrr) - [SoX](https://github.com/rbouqueau/SoX) - [smoked-salmon](https://github.com/smokin-salmon/smoked-salmon) + +## Development + +To run the app in development mode with hot-reload, use the following command: + +```bash +npm run dev +```