Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 889 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 889 Bytes

A VoteTrackerPlus Mock US Election Repo

This is work in progress - like in a major way.

This repo represents current thoughts on how to configure an election for VoteTrackerPlus. See the VTP-root-repo for more information.

This repo is currently stitched into the VTP-root-repo via a symlink as opposed to a git submodule simply because doing so is just faster and easier at this point. Once more stuff is working and has been framed out, the symlink will need to be converted to a submodule.

How to stitch this repo into VTP-root-repo

# clone both repos
$ git clone [email protected]:TrustTheVote-Project/VTP-root-repo.git
$ git clone [email protected]:TrustTheVote-Project/VTP-mock-election.US.01.git
$ cd VTP-root-repo
$ ln -s ../VTP-mock-election.US.01 ElectionData

See the VTP root repo above for more info.