git clone https://github.com/devcord/devmod-apple
cd devmod-apple
npm install
npm run start # run bot in production mode
npm run dev # run bot in development mode using ts-node
npm run dev-nodemon # run bot in development mode using tsc and nodemon
npm run lint # lint and fix