This is a very simple application and has no aspirations to be much more than what the title says.
I like to play Catan. So does my family. So do my friends. So I thought we should keep track of who's best :)
Simple basic Rails installation process:
- Clone this repo
- Run
bundle install
- Run
bin/setup
To start the app simply run:
bin/dev`
This application uses Tailwind and the tailwindcss-rails gem. In order to have the
watch feature, I decided to use the bin/dev
script.
Since I use WSL, the tailwind build task is configured with the poll
option.