Skip to content

selfconference/selfconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self.conference Website

This is the code we use for the website. You're welcome to clone and and use it however you desire.

Requirements

  • you'll need ruby version 2 or greater
  • postgres installed and running

Setup

  • bundle
  • bundle exec rake db:create db:migrate db:seed

And that should be it!