Skip to content

devcord/devmod-apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88a34b4 Β· Jul 2, 2022

History

91 Commits
Sep 7, 2020
Jan 29, 2021
Jul 2, 2022
Sep 6, 2020
Oct 1, 2020
Sep 6, 2020
Oct 11, 2020
Oct 3, 2020
Nov 10, 2021
Sep 6, 2020
Oct 3, 2020
Nov 10, 2021
Oct 3, 2020

Repository files navigation

devmod-apple

prerequisites

  • node.js 12+

installation

git clone https://github.com/devcord/devmod-apple
cd devmod-apple
npm install

scripts

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