Skip to content

mrloop/race-ext

Repository files navigation

Build Status

⚙ race-ext

Web Extension to retrieve britishcycling.org.uk/events entrants ordered by regional and national rankings

Firefox addon

Chrome addon

web extension screenshot

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:mrloop/race-ext.git this repository
  • cd race-ext
  • yarn

Running / Development

  • yarn start:firefox
  • yarn start:chrome

Building

  • yarn build

Testing

  • yarn test

Deploy

Build for firefox ext

yarn build-ext

Build for chrome ext

ember build -o extension-chrome/dist
web-ext build -s extension-chrome -a web-ext-artifacts-chrome

Further Reading / Useful Links