A Rails application for recursive self-organizing teams.
Install postgres
$bundle install
$bower install
$rake db:migrate
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.
We use bower for frontend asset management. After cloning the application, run bower install to install frontend dependencies.
$rails s