Skip to content

aguscarpincho/al-volante-bot

Repository files navigation

al-volante-bot

About the project

This is a Telegram Bot with the purpose to help people in AlVolante website

How to setup the project

First, clone the project

    git clone [email protected]:AgusCarpincho/al-volante-bot.git

So, depending on what the project is used for, you can run the bot locally by running

    npm install

and then

    npm run start

If you want to run the bot in an isolated environment, the project is currently also prepared to be run in Docker.

Just use docker-compose with the next command

    docker-compose up --build

Or, if you prefer running it in background mode ...

    docker-compose up --build -d

Thats all !

For more info about managing containers and images please see the offical Docker documentation

About

This is a bot with the purpose to help people in AlVolante website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published