An open API service indexing awesome lists of open source software.

https://github.com/fitzgen/boffo

Boffo
https://github.com/fitzgen/boffo

Last synced: over 1 year ago
JSON representation

Boffo

Awesome Lists containing this project

README

          

# Boffo

Boffo is a turn based gaming platform.

## Developing

### Getting set up

Copy the example settings.

$ cp example_boffo_settings.hrl boffo_settings.hrl
$ export BOFFO_SETTINGS=`pwd`/boffo_settings.hrl

Edit the settings to fit in with your dev environment, and then run `make`.

$ make

### Running tests

$ make test