Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 902 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 902 Bytes

Tutorbook Logo

The Google Chrome peer tutoring appointment timer extension that enables peer tutors to record their online/virtual peer tutoring sessions (for review by their peer tutoring supervisor) on Tutorbook.

For more information, head over to our official documentation or our web app's repository.

Developing

First, clone and cd into this GitHub repository by running:

$ git clone https://github.com/tutorbookapp/chrome-tutorbook
$ cd chrome-tutorbook/

Then, install our dependencies via npm:

$ npm i

Finally, to webpack our src/ files into an installable Chrome extension (contained in build/), run:

$ npm run pack