Canvas Companion is an educational AI dialogue application designed to be seamlessly integrated into Canvas LMS, aiming to provide students with a personal and intuitive way to stay on top of course-related activities.
- install node.js.
- run
git clone https://github.com/gutbash/canvas-companion.git
- run
npm install
to get the dependencies.
- run
npm run dev
to start the development server. - visit http://localhost:3000 to view application.
- edit
app/layout.js
orapp/page.js
and save to see the updated result in browser. - get the
.env.local
file and add the two keys to access openai + canvas lms.