bazzel / rails-progressive-enhancement-navigation

Home Page:https://rails-navigation.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://rails-navigation.herokuapp.com


Languages

Language:Ruby 56.8%Language:HTML 24.0%Language:JavaScript 9.8%Language:SCSS 8.5%Language:CSS 0.9%