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.
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