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

andrewmcodes-archive/rails_coverage_tools

Repository files navigation

Ruby Style Guide

README

Install

Clone the repository

git clone git@github.com: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