You need to configure
BOT_TOKEN
in the.env
file before runningThe demo video is under the doc folder
# When you first this project, excute:
`npm install`
# install all dependences
# You should create canonical commits by `npm run cz`
# If your commit is not formal, your commit will be break
`npm run cz`
# Excute this command to run dev this project with tsx
`npm run dev`
# Excute this command to build project
`npm run build`
# This command will generate js fils in `/build`