flancian / meritocracy

https://anagora.org/wiki/Web_Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meritocracy

Based on https://github.com/martellaj/chrome-extension-react-typescript-boilerplate.

See https://anagora.org/wiki/Web_Extensions for more.

Building

  1. apt install npm webpack git
  2. Clone repo
  3. npm i
  4. npm run dev to compile once or npm run watch to run the dev task in watch mode
  5. npm run build to build a production (minified) version

Installation

  1. Complete the steps to build the project above
  2. Go to chrome://extensions in Google Chrome
  3. With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo

About

https://anagora.org/wiki/Web_Extensions


Languages

Language:JavaScript 46.6%Language:TypeScript 37.6%Language:CSS 15.8%