Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.23 KB

Bids Counter for HotCRP

Chrome extension for counting the number of positive bids entered on HotCRP.

Using the Pre-Built Extension

Installation

  • Download a pre-built extension (extension.zip) from releases and unzip
  • Open Chrome, navigate to extensions, and enable developer mode
  • Click "Load Unpacked" and navigate to the unzipped build directory
  • The extension is now installed!

Usage

Development

  • For continuous builds use: npm run watch
    • The extension will be built in the /build folder, which you can then load into Chrome
    • With this option, the extension will automatically re-build whenever you make a change
  • To build the extension once, use: npm run build

Acknowledgements