Skip to content

CMU-17-356/cmu-17-356-final-project-s23-cinelearn

Repository files navigation

CineLearn

A Browser extension that is meant to propagate learning outcomes for individuals looking to learn new languages through watching TV series and Movies.

Installtion

npm install

Running the server

npm run start http://localhost:3000/

To run tests

npm run test

To run linting

npm run lint

To run linting in watch mode

npm run watch

To run prettier

npm run prettify

To set up the extension do as follows or follow instructions here:

  1. Go to the Extensions page by entering chrome://extensions in a new tab.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click Load unpacked button and select the extension directory sub_extension. image
  4. Pin the extension.
    image