/will-of-the-prophets

Game of Buttholes: The Will of the Prophets — a web app for the board game played by the hosts of The Greatest Generation that I'm a little embarrassed to be involved with.

Primary LanguagePythonMIT LicenseMIT

Game of Buttholes: The Will of the Caretaker

A web app for the board game played by the hosts of The Greatest Generation that I'm a little embarrassed to be involved with.

More information on Wikia.

Getting Started

Once you've checked out this repository and installed pipenv, getting this project up and running should be simple.

make setup-dev
make

Run make help for descriptions of other commands! `

Developing with CSS

CSS is built from Sass using django-sass-processor. To compile CSS, run make scss.

When making changes to style.scss, remove style.css from the static directory and it will be rebuilt whenever a change is made.