Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantGeekDev authored Jan 4, 2024
2 parents 98af5f8 + cedae6e commit 743d6ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Intenteded to display real estate properties concisely via a Telegram Bot


[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=QuantGeekDev_PropertyGram-telegram-bot&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=QuantGeekDev_PropertyGram-telegram-bot)


## Features

- Built with TypeScript for static typing and enhanced code quality.
Expand All @@ -14,6 +18,7 @@ Intenteded to display real estate properties concisely via a Telegram Bot

After cloning the repository, you can use the following npm scripts:


- `compile`: Compiles the TypeScript files to JavaScript, placing the compiled files in the `dist` directory.
- `postcompile`: Copies the locales from the `src` directory to the `dist` directory.
- `bg:start`: Prepares the environment and starts the bot in the background using pm2.
Expand Down

0 comments on commit 743d6ea

Please sign in to comment.