Бот для перевірки статусу документів на сайті ДП Документ.
- Node v20+
- Install the dependencies using
npm installcommand. - Copy example.env file to
dev.envand edit the file. - Build the project using
npm run build - Start server using command:
NODE_ENV=dev npm run start