Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 934 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 934 Bytes

hot-wallets-clone Rails Style Guide

A clone of the HOTWallets web application (https://hotwallets-staging.herokuapp.com/) written with Ruby on Rails and Tailwind CSS

Screenshot

Requirements

  • SQLite version 3.x
  • Ruby
  • Ruby on Rails (gem install rails)
  • Install dependencies (bundle install)
  • Run DB migrations (bin/rails db:migrate)

Running app

./bin/dev

Then navigate to localhost:3000.

Running static code analysis tool (Rubocop)

rubocop

Running unit tests

bin/rails test

Running system tests

bin/rails test:system