To install the dependencies, run
yarn
To start the app, run
yarn start
The app is served at http://localhost:8002/ by default.
Downloaded files are available in the output folder.
Please note, by default only the following MIME types are allowed: text/html/xml/json. Feel free to update this list in .env as needed.
Refer to .env and frontend/config for configuring server ports, db connection credentials, allowed filetypes, threads count, etc.