No description
Find a file
Andrew Tomaka 36361caf11
All checks were successful
continuous-integration/drone/push Build is passing
Update Ruby to 3.2.2 (#5)
Reviewed-on: #5
2023-07-10 23:14:19 -04:00
app Fix broken system tests (#4) 2023-07-10 23:09:57 -04:00
bin Update dependencies and add pipelines (#2) 2023-03-12 10:27:02 -04:00
config Update dependencies and add pipelines (#2) 2023-03-12 10:27:02 -04:00
db Move extra bills to credit cards 2023-03-03 18:12:59 -05:00
lib Initial commit 2022-11-20 15:06:27 -05:00
log Initial commit 2022-11-20 15:06:27 -05:00
public Initial commit 2022-11-20 15:06:27 -05:00
storage Initial commit 2022-11-20 15:06:27 -05:00
test Fix broken system tests (#4) 2023-07-10 23:09:57 -04:00
tmp Initial commit 2022-11-20 15:06:27 -05:00
vendor Initial commit 2022-11-20 15:06:27 -05:00
.dockerignore Update dependencies and add pipelines (#2) 2023-03-12 10:27:02 -04:00
.drone.yml Update dependencies and add pipelines (#2) 2023-03-12 10:27:02 -04:00
.gitattributes Initial commit 2022-11-20 15:06:27 -05:00
.gitignore Install and setup tailwind 2022-11-20 15:07:09 -05:00
.ruby-version Update Ruby to 3.2.2 (#5) 2023-07-10 23:14:19 -04:00
config.ru Initial commit 2022-11-20 15:06:27 -05:00
Dockerfile Make the Docker image usable (#3) 2023-03-12 10:39:39 -04:00
Gemfile Update Ruby to 3.2.2 (#5) 2023-07-10 23:14:19 -04:00
Gemfile.lock Update Ruby to 3.2.2 (#5) 2023-07-10 23:14:19 -04:00
Procfile.dev Install and setup tailwind 2022-11-20 15:07:09 -05:00
Rakefile Initial commit 2022-11-20 15:06:27 -05:00
README.md Initial commit 2022-11-20 15:06:27 -05:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...