dpdawson / ArborApp

Application for recursive team organization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle CI Test Coverage Code Climate

ArborApp

A Rails application for recursive self-organizing teams.

Getting Started

Install postgres

$bundle install
$bower install
$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.

Assets

We use bower for frontend asset management. After cloning the application, run bower install to install frontend dependencies.

Start the Rails server

$rails s

About

Application for recursive team organization.

License:Other


Languages

Language:Ruby 84.4%Language:HTML 13.6%Language:CSS 1.6%Language:CoffeeScript 0.4%