blues-lab / speaker-study-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Speaker Study

This repository contains the source code of the browser extension for the Smart Speaker Study. Please feel free to examine it.

Developing and building the extension

Prerequisites

Make sure you have node.js and npm installed, then run:

npm install --only=dev

Building

The code uses webpack to transform the modularized source code into the final extension. To build the code, run:

npm run build

To avoid rerunning this command every time you change the source code, you can use webpack's watch feature:

npm run watch

Linting

The linters will run automatically when you commit any code. However, you can also run them manually:

npm run lint

Testing

To run the tests for this project, execute npm test (or yarn test if you use yarn). Additional diagnostics tests can be run from the options page of the installed extension.

About


Languages

Language:JavaScript 65.2%Language:CSS 19.5%Language:TypeScript 13.5%Language:HTML 1.8%