/dp-doc-bot

Primary LanguageTypeScript

logo

DP Doc Checker

Бот для перевірки статусу документів на сайті ДП Документ.

@dp_check_bot

Development

Prerequisites

  • Node v20+

Setup

  • Install the dependencies using npm install command.
  • Copy example.env file to dev.env and edit the file.
  • Build the project using npm run build
  • Start server using command:
NODE_ENV=dev npm run start