Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmichelin/theobot


https://github.com/lmichelin/theobot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Theobot

[![GitHub Actions status](https://github.com/lmichelin/theobot/actions/workflows/main.yml/badge.svg)](https://github.com/lmichelin/theobot/actions)

A Slack bot for Theodo to help new theodoers breaking the ice.

## Installation

```bash
$ yarn
```

## Running the app

```bash
# development
$ yarn start

# debug mode
$ yarn start:debug

# production mode
$ yarn build
$ yarn start:prod
```

## Test

```bash
# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov
```