Web app and functions to upload and publish ElectionGuard end-to-end verifiable election artifacts for election verifiers and tracking ID verification
Перейти к файлу
dependabot[bot] d5a9ee162e
Bump handlebars from 4.1.2 to 4.7.6 in /Client (#7)
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>
2020-08-01 09:06:52 -07:00
.github Update ReadMe (#3) 2020-02-05 08:57:12 -05:00
Client Bump handlebars from 4.1.2 to 4.7.6 in /Client (#7) 2020-08-01 09:06:52 -07:00
ElectionGuard.BallotTracker.Functions Migrate from Azure git repository 2019-11-18 12:47:44 -05:00
ElectionGuard.BallotTracker.Functions.Tests Migrate from Azure git repository 2019-11-18 12:47:44 -05:00
devops Migrate from Azure git repository 2019-11-18 12:47:44 -05:00
images Update ReadMe (#3) 2020-02-05 08:57:12 -05:00
.gitattributes Migrate from Azure git repository 2019-11-18 12:47:44 -05:00
.gitignore Migrate from Azure git repository 2019-11-18 12:47:44 -05:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-11-07 12:51:14 -08:00
CONTRIBUTING.md Update ReadMe (#3) 2020-02-05 08:57:12 -05:00
ElectionGuard.BallotTracker.Api.sln Migrate from Azure git repository 2019-11-18 12:47:44 -05:00
LICENSE Updating LICENSE to template content 2019-11-07 12:51:17 -08:00
README.md Update ReadMe (#3) 2020-02-05 08:57:12 -05:00
SECURITY.md Initial SECURITY.md commit 2019-11-07 12:51:18 -08:00

README.md

Microsoft Defending Democracy Program: ElectionGuard

🗳 ElectionGuard Tracking Site

license

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.