/shurcut2

shortcut2

Primary LanguageRuby

Rails Landing Page App

This is a rails landing page application built using Devise and Bootstrap with responsive layout.

Demo

rails-landing-page.herokuapp.com/

Setup Instructions

  1. At the command prompt, clone this application:

    git clone https://github.com/theniravshah/rails-landing-page.git
  2. Change directory to myapp:

    cd rails-landing-page
    
  3. Install the necessary gems:

    bundle install
    
  4. Rename the app:

    rails g rename:app_to New-Name
  5. Run the database migration:

    rake db:migrate
    
  6. Start the rails server:

    rails s
    

Your app will be running at: localhost:3000

References:

  1. github.com/plataformatec/devise

  2. twitter.github.io/bootstrap/

  3. bootswatch.com/

  4. github.com/morshedalam/rename

License

MIT License. Copyright 2013 Nirav Shah