docs: add .example.env.local configuration file and update installation instructions in README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user