lmeijvogel / funda_notes

Firefox plugin to add private notes to funda results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

The browser plugin is written in Typescript. To build it, make sure you have nodejs / yarn installed.

Then:

yarn install
yarn webpack
yarn build

This will create a zip in web-ext-artifacts that can be uploaded to addons.mozilla.org

Debugging

yarn install
yarn dev # Debugs the plugin in Firefox via "web-ext run" and runs a backend service in Ruby + Sinatra
yarn dev-frontend # Debugs the plugin in Firefox via "web-ext run" without the backend service
yarn backend # Runs the backend service in Ruby + Sinatra

About

Firefox plugin to add private notes to funda results


Languages

Language:TypeScript 69.1%Language:Ruby 16.2%Language:JavaScript 9.5%Language:HTML 2.2%Language:Dockerfile 1.9%Language:CSS 1.1%