d5a9ee162e
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
Client | ||
ElectionGuard.BallotTracker.Functions | ||
ElectionGuard.BallotTracker.Functions.Tests | ||
devops | ||
images | ||
.gitattributes | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
ElectionGuard.BallotTracker.Api.sln | ||
LICENSE | ||
README.md | ||
SECURITY.md |
README.md
🗳 ElectionGuard Tracking Site
An application that demonstrates publication of ElectionGuard election artifacts to a public website to enable verification ID lookup, downloadable zip files of the election result (for third-party verifiers), and election results summaries.
Setup
yarn install
Running
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Testing & Linting
yarn test
Lints and fixes files
yarn lint
Run your unit tests
yarn run test:unit
Contributing
Help defend democracy and contribute to the project.