This is a pre-prototype group project for Coventry University module 206CDE
- Clone repo
- Install pnpm with npm -g install pnpm
- Install packages with pnpm install
- Copy .env.template to .env and fill in values (if needed)
- Develop!
- During development, the bot can simply be run with pnpm start
- To test js files after transpiling from ts, run pnpm run start:jsdev
- To transpile for deployment, run pnpm run build:prod
- To lint, run pnpm run lint -- to have it autofix some bits, run pnpm run lint:fix
Just to reiterate - this project is a pre-prototype, and is non-functional (all outputs and results are mocked up).