A clone of the HOTWallets web application (https://hotwallets-staging.herokuapp.com/) written with Ruby on Rails and Tailwind CSS
- SQLite version 3.x
- Ruby
- Install dependencies (
bin/bundle install) - Run DB migrations (
bin/rails db:migrate)
bin/devThen navigate to localhost:3000.
rubocopbin/rails testbin/rails test:system