Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 375 Bytes

This project is base on Bottender.

Main packages

  • bottender: 1.0.0-beta.1
  • typescript: ^3.7.0-beta
  • Postgresql
  • typeorm

Create .env

Replace .env.sample name to .env and add relate information in here.

Test

  • tsc -w to Compile
  • yarn install
  • yarn dev to test bot, or add --console to test bot in CLI.