Skip to content

TechEdSpotlight/TechEdSpotlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TechEdSpotlight

Travis CI build status

Mission Statement

A community of practice for professionals to share stories and resources for Tech Ed classroom projects regardless of experience level.

  • Want the non­techie and techie alike. Learn with and from one another
  • Share stories and working projects from educator to educator
  • Integrating computer programming, computational thinking, project based learning in a hands on manner

Dev Setup

Clone down the repo

bundle install
bundle exec rake db:setup

To start the server

bundle exec rails s

Visit localhost:3000 in your browser