Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
19 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 429 Bytes

Coderwall

The codebase for coderwall.com. Coderwall is a developer community used by nearly half a million developers each month to learn and share programming tips.

Prerequisites

  • Ruby
  • Postgres
  • Heroku Toolbelt (or foreman gem)

Get Started

cp .env.sample .env  # (most settings are not required for core functionality)
bundle install
rake db:create db:migrate
heroku local