Giter Club home page Giter Club logo

openhunt's Introduction

Open Hunt

Join the chat at https://gitter.im/OpenHunting/openhunt

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"

Override Database configuration on development

Configure an ENV variable locally for DATABASE_URL. Configuration instructions here.

postgresql://localhost/myopenhunt

Getting Sample data

In dev mode it's useful to generate a randomly generated list of users, posts, and votes.

rake db:seed

Dev Login

In dev mode, it's useful to be able to log in as any user. To do this, navigate to: http://locahost:3000/devauth

License

Open Hunt is released under the MIT License.

openhunt's People

Contributors

brendannee avatar edisonchee avatar erwyn avatar gitter-badger avatar jboles31 avatar jsonck avatar kiriappeee avatar marccantwell avatar mbajur avatar mhurwi avatar nblackburn avatar rjsamson avatar rmcfadzean avatar samuelgiles avatar skx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.