/slack-bot

Primary LanguageTypeScript

Slack bot using slack bolt js sdk

Development

  1. clone
  2. prepare .env file at repository root folder, containing:
    SLACK_SIGNING_SECRET="your_slack_bot_signing_secret"
    SLACK_BOT_TOKEN="your_slack_bot_token"
    APP_TOKEN="your_slack_bot_app_token"
  3. run yarn install
  4. run yarn run dev