Visit Forging Ahead live: http://forgingaheadinc.herokuapp.com/

Description

Forging Ahead is a gallery website for a blacksmithing company in Durango, CO.

Setup

If you want to to use this application locally, follow these steps.

Clone the project from github.

 $ git clone https://github.com/thompickett/forging_ahead.git

Navigate into project.

$ cd forging_ahead

Bundle the project using the Gemfile.

$ bundle

Create the database and migrate it.

$ rake db:create db:migrate