Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

andrewmcodes-archive/rails_coverage_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4ae0c3 · Feb 27, 2020

History

9 Commits
Feb 27, 2020
Feb 27, 2020
Feb 27, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 27, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 27, 2020
Feb 22, 2020
Feb 27, 2020
Feb 27, 2020
Feb 27, 2020
Feb 27, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 27, 2020
Feb 22, 2020
Feb 27, 2020
Feb 27, 2020

Repository files navigation

Ruby Style Guide

README

Install

Clone the repository

git clone [email protected]:andrewmcodes/rails_coverage_tools.git
cd rails_coverage_tools

Dependencies

  • Ruby 2.7
  • Node 13.7.0
  • Rails 6.0.2.1
  • Webpacker 4.2.2
  • TailwindCSS 1.2.0
  • psql (PostgreSQL) 12.1

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Initialize the database

bin/setup_db

Serve

rails s

If you want to run the webpack-dev-server and livereload, run this in another tab:

bin/guard