Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 905 Bytes

File metadata and controls

30 lines (20 loc) · 905 Bytes

Task Manager

A simple Discord bot designed to help manage tasks and automate small features for a school project.

Prerequisites

  • Knowledge of JavaScript/TypeScript, Discord.js, Git
  • IDE (VS Code, WebStorm, ...)
  • Package manager (pnpm, npm, ...)

Installation

  • Go to the project folder using cd task-manager/
  • Install all dependecies using pnpm install
  • Copy .env.example to .env and update the properties accordingly

Run

  • Development server: pnpm run dev
  • Production: pnpm run build & pnpm run start

License

This software is developed by Petr Kašpar and is licensed under the MIT License.
For more details, please refer to the LICENSE file.