An app to help you run a secret santa group.
The app aims to be as self-contained as possible, running entirely over litestack. To run the application all you need is Ruby; asdf is the recommended version manager.
# Install Ruby
asdf install
# Install Ruby dependencies and setup the DB
bin/setup
# Run the server and Tailwind watcher
bin/dev
# Run all tests
bin/rspec
A [lefthook] post commit hook has been configured to run StandardRB for Ruby code and Prettier for Javascript code. For the latter, you need to have a running NodeJS environment.