Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.22 KB

Stories in Ready Build Status Code Climate codecov

Prerequisites

  1. Install Node with nvm https://github.com/creationix/nvm
  2. Install Ruby with rbenv https://github.com/rbenv/rbenv
  1. Install Cairo (used by the canvas npm package) sudo apt-get install libcairo2-dev libjpeg-dev libgif-dev
  2. Install Yarn https://yarnpkg.com/en/docs/install
  3. Install bundler gem install bundler

Install

  1. Install gems bundle install
  2. Install Node deps yarn
  3. Compile assets for the first time bin/webpacker

Run

rails s

Run ruby test

rake or rspec

Run JS tests

yarn test