Create a file .env.local and add your token and the id of the Canvas course to it.
COURSE_ID=59505
CANVAS_TOKEN="123123..."Install npm packages, it's a JavaScript project so of course we need packages.
npm installStart the grader and see its menu.
npm startFetch new data.
npm start fetchGenerate table and print it.
npm start magicGenerate table and print it with the latest grade time.
npm start magic timeRun the linter and the fixer.
npm run eslint
npm run eslint:fix