votingworks / bsd

Ballot Scanning Device
1 stars 0 forks source link

VotingWorks Ballot Scanner

Previously known as Ballot Scanning Device (BSD) or VxScan.

Public Demo

Each pull request will have a unique demo url which can be found in the comments of the pull request.

Install

Prerequisites:

Then…

git clone https://github.com/votingworks/bsd.git
cd bsd
yarn install

Run

  1. Start module-scan.
  2. Start module-smartcards.
  3. Start the app:

    yarn start

To display a batch of scanned ballots, add ballot images into the module-scan/ballot-images directory, then click "Scan New Batch" button.

Technical Implementation

This project was bootstrapped with Create React App.

ESLint is configured to support TypeScript, additional linting via StyleLint and formatting via Prettier.