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
- Ruby on Rails (
gem install rails
) - Install dependencies (
bundle install
) - Run DB migrations (
bin/rails db:migrate
)
./bin/dev
Then navigate to localhost:3000.
rubocop
bin/rails test
bin/rails test:system