Skip to content

pschulz/coderwall-next

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.7%
  • Ruby 36.9%
  • HTML 16.0%
  • JavaScript 8.4%
  • CoffeeScript 1.0%