Previously known as Ballot Scanning Device (BSD) or VxScan.
Each pull request will have a unique demo url which can be found in the comments of the pull request.
Prerequisites:
git
yarn
module-scan
module-smartcards
Then…
git clone https://github.com/votingworks/bsd.git
cd bsd
yarn install
-
Start
module-scan
. -
Start
module-smartcards
. -
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.
This project was bootstrapped with Create React App.
ESLint is configured to support TypeScript, additional linting via StyleLint and formatting via Prettier.