Skip to content

mattduboismatt/refund-bucket

Repository files navigation

Refund 🪣

👾 Here to help you remember! 👾

Track your flight credits, vouchers, gift cards, and more.

Built with Rails 7, Hotwire, and Tailwind.

Dependencies

  • ruby - (see .ruby-version file for version)
  • bundler - gem install bundler
  • postgres - brew install postgres
  • redis - brew install redis

Setup

$ bundle
$ yarn
$ rails db:reset

Development

Start the web server:

$ bin/dev

Visit localhost:3000

Start the sidekiq server:

$ bundle exec sidekiq

Test

Run the test suite:

$ rspec

Build assets, run the test suite, and run linter w/ autofix:

$ rake

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published