This is the repo for our awesome shopify giveaway app!
# install dependencies
apt-get install ruby2.3 ruby2.3-dev sqlite3 nodejs
gem install rails bundler
# clone & setup gems
git clone https://github.com/jaydenwindle/decode2017.git && cd decode2017
bundle install
# Migrate the db
rake db:migrate
# You're golden!
bin/rails server
Check out the live giveaway we did to demo our work at deCode!
Click on the image to be redirected to our presentation slides!
Licensed under Apache-2.0.