It's the triva game where you get the answers, and need to respond with the questions!
Email: admin@example.com
Password: test123
- ruby 3.0.2
- Postgres
- A day-to-day Jeopardy calendar
bin/bundle install
bin/rake db:setup db:seed development_data
bin/rails server
We are using a custom build of Fontello which is described by config.json. We are using railslove/fontello_rails_converter to update/convert the fontello assets to SCSS.
The current glyph set can be seen at http://localhost:3000/fontello-demo.html
bundle exec fontello open
to open our custom glyph set in the Fontello web app.- Change selected glyphs as needed and save your session.
bundle exec fontello convert --stylesheet-extension=.scss
to fetch those changes and update vendor assets.