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.
# 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.