Stop voter intimidation before it starts.
- 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
-
Install bundler, which is the package manager for ruby
gem install bundler
-
Install database TODO UPON DECIDING DB
-
Clone and change directory into the application
git clone [REPO_URL]
cd voteraid
-
Install dependencies
bundle install
-
Run!
rails s