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

Latest commit

 

History

History
28 lines (17 loc) · 772 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 772 Bytes

⚠️ 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