kiriappeee / openhunt

discover new products, give feedback, help each other

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Hunt

Open Hunt is a brand new community for fans and builders of early stage technology products. We aim to be completely open and transparent, without insiders or gatekeepers who control who gets listed and who gets left out.

Dependencies

Development

Firstly, fork the repo on the master branch and clone your repo

git clone https://github.com/<your username>/openhunt

Install the required gems with bundler

bundle install

Create a new branch for your feature

git checkout -b feature/your-feature

Setup the Twitter App instructions

Run the application using

rails server

When you have finished your feature and added your tests, submit a pull request using your feature branch.

Setup Your Twitter App

Open Hunt currently uses Twitter authentication. To dev locally, you'll need to create an app on Twitter.com and use the auth keys they provide you.

  1. Create a dev app with your twitter account: https://apps.twitter.com/app/new
  1. Change the permissions to "Read Only"
  1. Click on the tab "Keys and Access Tokens". Then create a new file at config/settings.local.yml with the content:
# pull the value for "Consumer Key (API Key)"
twitter_key: "PASTE_REAL_KEY_HERE"

# pull the value for "Consumer Secret (API Secret)"
twitter_secret: "PASTE_REAL_SECRET_HERE"

License

Open Hunt is released under the MIT License.

About

discover new products, give feedback, help each other

License:MIT License


Languages

Language:Ruby 52.7%Language:CSS 24.3%Language:HTML 18.3%Language:JavaScript 4.7%