Skip to content

Digital Ballot Audit Site for the US

Notifications You must be signed in to change notification settings

aion-dk/us-dbas

 
 

Repository files navigation

Digital Ballot Audit Service (DBAS)

This is a JS client, dedicated to display events from the DBB and track and validate votes.

See also the DEV-GUIDELINES.md file for more details about the application structure.

Production

To build the application for production, run the following command:

npm run build

Then serve the resulting dist folder in a static file server such as NGINX.

Environment

To configure the client before building it, you can set the following environment variables:

Name Default Description
VITE_LOGO_URL https://bit.ly/3Ft20ez Fully qualified URL of your logo.
VITE_DBB_URL http://dbb:3003 Fully qualified URL to the Digital Ballot Box.
VITE_CONTACT_URL http://google.com Fully qualified URL to the contact page.
SECURITY_FEATURES_URL http://google.com Fully qualified URL to the VoteHub security features page.

About

Digital Ballot Audit Site for the US

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.5%
  • Vue 44.8%
  • Other 0.7%