bazzel / wishlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wishlist

Build Status

Prerequisites

Installation

$ git clone <repository-url>
$ cd wishlist
$ rbenv install `cat .ruby-version` # assuming you use rbenv.
$ bundle install
$ yarn install
$ bin/rails db:setup

Running / Development

Running tests

bin/rails ci

Or individually:

bin/rails rubocop # or `rubocop`
bin/rails rspec # or `bin/spec`
bin/rails cucumber # or `bin/cucumber`

Deployment

The application is hosted by Heroku. Instruction about the deployment process can be found here.

About


Languages

Language:Ruby 83.3%Language:HTML 5.9%Language:Gherkin 4.9%Language:JavaScript 4.6%Language:CSS 1.4%