Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 619 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 619 Bytes

xtb-bot

Application endpoints

These ports are pre-configured and customizable through the .env file.

How to run

Using Docker (Only headless)

  1. Install Docker

  2. Build and run the container:

    docker compose up --build

Running locally (Headless/full mode in .env)

  1. Install Node.js

  2. Install the required dependencies

    npm install
  3. Start the app

    npm run start