nvm use v16.17.0
npm install
cp .env.example .env
# 填写一下 .env
#
# botToken: bot token
# clientId: bot ID
# notionKey: notion api key
# materialTable: card database
# relationTable: author database
# environment: dev | prod | debug
#
npm start
sudo docker image build -t 'cori' .
sudo docker tag cori <your name>/cori
sudo docker push <your name>/cori
https://discord.com/channels/995771542631890944/1019574929571721266