docs: update repository URL and add development run instructions to README
This commit is contained in:
@@ -9,9 +9,8 @@ A TIDAL upload formatter and quality control tool for uploading to RED.
|
|||||||
2. Install dependencies, build, and run the app:
|
2. Install dependencies, build, and run the app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/anon28410/crossfade.git
|
git clone https://git.tgcomplete.com/anon28410/crossfade.git
|
||||||
cd crossfade
|
cd crossfade
|
||||||
cp .env.local.example .env.local
|
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
npm run start
|
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)
|
- [mkbrr](https://github.com/autobrr/mkbrr)
|
||||||
- [SoX](https://github.com/rbouqueau/SoX)
|
- [SoX](https://github.com/rbouqueau/SoX)
|
||||||
- [smoked-salmon](https://github.com/smokin-salmon/smoked-salmon)
|
- [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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user