Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 431 Bytes

File metadata and controls

17 lines (11 loc) · 431 Bytes

An example rails 3.1 app to showcase using Nether.

Make sure you have sqlite installed on your machine.

After cloning the app install the bundle.

bundle install

Create the database and seed it with sample data.

rake db:create && rake db:migrate && rake db:seed

Start up the sever, go to the the standard rails url and start scrolling.