Coder Social home page Coder Social logo

arborapp's Introduction

Circle CI Test Coverage Code Climate

ArborApp

A Rails application for recursive self-organizing teams with first-class Slack integration.

Getting Started

Dependencies

  • postgres (brew install postgres on OSX and Homebrew)

App Setup

Clone the application:

$ git clone [email protected]:SandersForPresident/ArborApp.git

Then install the dependencies and run the migrations:

$ bundle install
$ bundle exec rake db:create
$ bundle rake db:migrate

Configuration

We use dotenv for configuration in development. You will need to create a file named .env in the root directory with the following contents:

SLACK_API_KEY=key
SLACK_API_SECRET=secret

Contact @schneidmaster in Slack to get the development key/secret.

Start the Rails server

After installing and configuring, start a server on http://localhost:3000:

$ rails s

Contributing

  1. Fork it ( https://github.com/SandersForPresident/ArborApp/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Ensure your changes still satisfy the tests and code linting (bundle exec rspec and bundle exec rubocop)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

arborapp's People

Contributors

dpdawson avatar schneidmaster avatar fozcodes avatar robcole avatar atticoos avatar rumel avatar

Stargazers

pmaingi avatar Seth Herr avatar Jared Clifton-Lee avatar Terry G Lorber avatar  avatar

Watchers

Terry G Lorber avatar David Balatero avatar Matt Goatcher avatar Jon Culver avatar  avatar  avatar James Cloos avatar Jeffrey Baird avatar  avatar  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.