Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 333 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 333 Bytes

Monetus FIA Tracker Telegram Bot

This is not official.

Usage

Copy .env.example to .env and fill the variables with real tokens, then:

Install wkhtmltopdf >= 0.12.4 (required to build the performance table images).

and

$ npm install
$ npm run dev

or

$ yarn
$ yarn dev