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 install
Start the grader and see its menu.
npm start
Fetch new data.
npm start fetch
Generate table and print it.
npm start magic
Generate table and print it with the latest grade time.
npm start magic time
Run the linter and the fixer.
npm run eslint
npm run eslint:fix