Skip to content

stuartbates/silicon-canal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silicon Canal

Build Status Dependencies Code Climate Coverage Status

The source code to the Silicon Canal site.

Running It Locally

git clone git@github.com:iHiD/silicon-canal.git
cd silicon-canal
bundle
bundle exec rake db:migrate db:seed
bundle exec rails s
open localhost:3000

Running The Tests

The tests are written in rspec. Download and bundle (as above), and then run:

bundle exec rake db:migrate RAILS_ENV=test
bundle exec rspec spec

Licence

Copyright 2013 Jeremy Walker. Free to use under the MIT-LICENSE.

About

The source code for the silicon canal site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published