Rails Progressive Enhancement Navigation

Introduction

...

Prerequisites

Installation

$ git clone https://github.com/bazzel/rails-progressive-enhancement-navigation
$ cd rails-progressive-enhancement-navigation
$ rbenv install `cat .ruby-version` # assuming you use rbenv.
$ bundle install
$ yarn install
$ bin/rails db:setup

Running / Development

Populate the database

The project comes with a seed.rb which you can use to populate your development environment:

bin/rails db:seed

Technical details

...

Deployment

The application is hosted by Heroku.