Skip to content

mootpointer/ruby-conf-au

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

292 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Conf AU Site

The full conference site is being delivered iteratively.

Running locally

If this is this first time you are running the app:

gem install bundler
bundle install

Then start the app with:

foreman start

If your're working on the app JS then watch and and compile the CoffeeScript as changes are made with:

coffee -cw public/javascripts/*.coffee

Deploy to Production

Site is hosted on Heroku

git@heroku.com:ruby-conf-au.git

Deploy with command

git push heroku master

About

RubyConf Australia Holding Site

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 61.1%
  • JavaScript 32.1%
  • Ruby 4.6%
  • CoffeeScript 2.2%