Skip to content

dpdawson/ArborApp

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 84.4%
  • HTML 13.6%
  • CSS 1.6%
  • CoffeeScript 0.4%