Skip to content

MxBlu/quote_bot

Repository files navigation

quote_bot

Bot to quote and store messages

Prerequisites

Generating a .dotenv

You can follow the example found in .env.example, or read the template in .env.template for more information.

The application will not start without a .env.

Node.js

The minimum version of Node.js this package will wil run under is v12. ts-node and other platforms have not been tested.

Yarn

For this package, yarn is utilized. If you do not have yarn install, please install it here:

Getting Started

To run the program, you need to first run

yarn run build.

Then, you should be able to run

yarn start.