docs: add .example.env.local configuration file and update installation instructions in README

This commit is contained in:
2026-07-18 17:23:50 +01:00
parent 2c146744b6
commit 0283ffd5b2
2 changed files with 21 additions and 3 deletions
+7 -3
View File
@@ -4,13 +4,17 @@ A TIDAL upload formatter and quality control tool for uploading to RED.
## Getting Started
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:
1. Clone reposity and edit default config values in `.example.env.local`, then rename it to `.env.local`.
```bash
git clone https://git.tgcomplete.com/anon28410/crossfade.git
cd crossfade
cp .example.env.local .env.local
```
2. Install dependencies, build, and run the app:
```bash
npm install
npm run build
npm run start