Updated DEVELOPMENT.md to reflect dev config file

This commit is contained in:
Tzahi12345
2023-05-03 17:01:17 -04:00
parent 575f7eed4e
commit 62bccb3349

View File

@@ -13,7 +13,7 @@
## Setup
Checkout the repository and navigate to the `youtubedl-material` directory.
```bash
vim ./backend/appdata/default.json # Edit settings for your local environment
vim ./src/assets/default.json # Edit settings for your local environment. This config file is just the dev config file, if YTDL_MODE is not set to "debug", then ./backend/appdata/default.json will be used
npm -g install pm2 # Install pm2
npm install # Install dependencies for the frontend
cd ./backend