Do these to run:
> npm install
> tsc
> npm run start
OR if you are developing (auto refresh on .ts update)
> npm install
> npm run dev
and you're all done!
Sample command can be found in ../server/commands/test/example_command
- Documentation of Discord's discord.js can be found here: Discord.js Guide
All the best, and don't forget to declare variable types!