Manager of medical expenses deductions
- Ruby 3.2+
- Node.js 14.17.0+ || 16.0.0+
- Yarn 1.x+
First, install the gems and javascript packages required by the application:
bundle
yarn
Next, execute the database migrations/schema setup:
bin/rails db:setup
bin/dev
bin/rails assets:precompile RAILS_ENV=production
bin/rails s -e production
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request