Skip to content

schaar/voteraid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoterAid

Stop voter intimidation before it starts.

Roadmap

Setup

  1. Install ruby 2.3.0. Highly suggested that you do this using a version manager such as rbenv, with the example below
    brew install rbenv
    rbenv init
    rbenv install 2.3.0
    rbenv global 2.3.0
  1. Install bundler, which is the package manager for ruby gem install bundler

  2. Install database TODO UPON DECIDING DB

  3. Clone and change directory into the application

    git clone [REPO_URL]
    cd voteraid
  1. Install dependencies bundle install

  2. Run! rails s

About

DEPRECATED - ALL WORK MOVES OVER TO https://github.com/Voter-Aid/voteraid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published