/olybot

Slack chatbot for managing Gitlab tasks

Primary LanguageTypeScript

Running the app with docker

docker-compose up

Without docker

  • start mongo server

  • start the app running the command:

npm run dev

Linting

npm run lint