Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 376 Bytes

Play or Pay

First start (development environment)

cp ./.env.dist ./.env

# then edit .env to set up STEAM_API_KEY variable

make from-scratch import-pop games

# then login into the site

# and make yourself admin
make them=yoursteamname admin

# add yourself into the group in case you're not a member
make them=yoursteamname member of=PoPSG

# that's all