Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 715 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 715 Bytes

steam-sauna

Because it gets a bunch of friends together and applies Steam

Getting Started

Get an API key at http://steamcommunity.com/dev/registerkey. Then add it:

# config/application.yml
STEAM_API_KEY: 'your steam key here'
SECRET_TOKEN: 'probably should do something here too'

We use Postgres, to get this working on your development machine, install Postgres (Postgres.app on a Mac) and configure the db:

createdb steam_sauna_dev
createuser steamsauna
bundle install
rake db:migrate

Ackowledgements

Muchos gracias to davefp for the great name