LHaosss / examination-telegram-bot

written examination telegram-bot
0 stars 0 forks source link

examination-telegram-bot

Chinese

You need to configure BOT_TOKEN in the .env file before running

The demo video is under the doc folder

init

# When you first this project, excute:

`npm install`

# install all dependences

formal commit

# You should create canonical commits by `npm run cz`

# If your commit is not formal, your commit will be break

`npm run cz`

development

# Excute this command to run dev this project with tsx

`npm run dev`

build

# Excute this command to build project

`npm run build`

# This command will generate js fils in `/build`