Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
/ bluff Public archive

An online version of Blind Man’s Bluff built with Elm and Rails.

License

Notifications You must be signed in to change notification settings

maxjacobson/bluff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This was online at https://www.bluff.website but it was hosted on Heroku's free plan, and they don't offer that anymore, so it stopped working and I took it offline.

Bluff

An online version of Blind Man's Bluff.

A work in progress. See the GH project for the current state: https://github.com/maxjacobson/bluff/projects/1

Overview

  • There's a Rails API-only backend: api/
  • There's an Elm front-end: web/

Scripting

bin/lint

Run this one to check that our linting/formatting tools are satisfied.

Ops

Pruning old records

heroku run -a bluff-api rails prune:abandoned_games
heroku run -a bluff-api rails prune:stale_humans