From 56cce1b30f2107539353416edc3c8994de189fff Mon Sep 17 00:00:00 2001 From: anon28410 Date: Sat, 18 Jul 2026 17:07:03 +0100 Subject: [PATCH] docs: update README with explicit installation and environment configuration steps --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 695000c..86faf76 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,21 @@ A TIDAL upload formatter and quality control tool for uploading to RED. ## Getting Started -Install the app dependencies, build, and run. +1. Clone reposity and edit default config values in `.env.local.example`, then rename it to `.env.local`. + +2. Install dependencies, build, and run the app: ```bash +git clone https://github.com/anon28410/crossfade.git +cd crossfade +cp .env.local.example .env.local npm install npm run build npm run start ``` +3. Navigate to `http://localhost:3000` in your browser. + ## Prerequisites You are required to already have the following CLI applications installed and configured: