A project funded by the Knight Foundation.
This is a Rails 3 app, so make note of the required use of the bundler
gem.
- Rails 3 beta install notes
- Bundler usage notes
If you have commit rights:
git clone [email protected]:sunlightlabs/widgets.git
Read-only:
git clone git://github.com/sunlightlabs/widgets.git
Install the required gems:
bundle install
Note that the script/xxx
methods are now replaced with the rails
command.
rails console
rails server
A basic bio widget example is live at:
http://widgets.local/widgets/bio
Search works. Just put in a name, district, state, or street address.
Replace widgets.local
with your localhost name and port.