Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 602 Bytes

chrome extension with Shadow DOM - Web Components and Typescript

Most of the web-Components are built using Lit (reduce significantly the components boilerplate - https://lit.dev/)

Installation

npm install

Build - all inside the public directory

npm run build

How to run extension(inside public directory after the build) on chrome - https://developer.chrome.com/docs/extensions/mv3/getstarted/

Tech used:

LICENSE

This project is licensed under the MIT License - see the LICENSE.md file for details