An API for handling Discord slash commands to start/stop an EC2 instance that runs game servers. Runs on Express and Docker.
npm ci
firstnpm run build
to compilenpm run watch
to build and run on changenpm run lint
to check code stylenpm test
to do just that