Click this to invite mikaela to your server.
Make sure you have node v16+ installed, and windows-build-tools.
$ npm install --global --production windows-build-tools$ yarn installWhen you're done, make sure to rename .env.example to .env.
$ npm install -g typescriptotherwise, just run to compile the typescript.
$ tsc$ yarn start$ docker-compose build$ docker-compose up -dTo run the bot using development db / development bot token, just add the development flag, and vice versa.
$ node . --development$ node . --productionIf you want the bot to join a test vc automatically instead of joining the vc you're in ( so you could test the bot without actually joining a vc )
yarn testvc