Development Setup
- clone repo
pnpm installcp apps/web/.env.example apps/web/.env && cp packages/db/.env.example packages/db/.envpnpm devpnpm 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 devfeatures: bot_user: # same with this :pray: display_name: hctv notifier dev always_online: falseoauth_config: scopes: bot: - chat:write - users:read - channels:joinsettings: org_deploy_enabled: false socket_mode_enabled: false token_rotation_enabled: false