This is the official bot for MyMICDS
To install dependencies, do
npm install -D
and then to run a compilation of it, run
npm run compile-run
To compile for production (a clean build essentially), do
npm run compile:prod
Contributing is allowed, just please make a pull request first so that we can review your code