Skip to content

Development Setup

  1. clone repo
  2. pnpm install
  3. cp apps/web/.env.example apps/web/.env && cp packages/db/.env.example packages/db/.env
  4. pnpm dev
  5. pnpm db:migrate (RUN THIS AFTER POPULATING ENV)
  • slack notifier app manifest is as follows:
display_information:
# please change the name to something that can be linked to you if possible
name: hctv notifier dev
features:
bot_user:
# same with this :pray:
display_name: hctv notifier dev
always_online: false
oauth_config:
scopes:
bot:
- chat:write
- users:read
- channels:join
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false