Helps groups on the move choose a next spot
git clone git://github.com/nholden/crawl_vote
cd crawl_vote
brew install redis postgresql heroku
bundle install
yarn
cp .env.example .env
bundle exec rake db:reset
Sign up for a Pusher Channels app at https://pusher.com/signup and a Yelp API key at https://www.yelp.com/developers/documentation/v3 and update .env
.
Start these long-running processes in separate terminal windows:
heroku local
webpack-dev-server
Crawl Vote should be accessible at http://localhost:3345 (or whichever port you specify in .env
).
bundle exec rspec
Contributions are welcome from everyone! Feel free to make a pull request or use GitHub issues for help getting started, to report bugs, or to make feature requests.
This project was created by Nick Holden and is licensed under the terms of the MIT license.