Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 689 Bytes

readme.md

File metadata and controls

34 lines (24 loc) · 689 Bytes

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