Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 379 Bytes

File metadata and controls

25 lines (19 loc) · 379 Bytes

shrec

Get Shreced

Setting up dev environment

Requirements:

  • virtualenv
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

There should be a config.py file in the root folder of the project. You can use the following template to create it.

STEAM_API_KEY = "1234"
IGDB_API_KEY = "5678"

Running the server

./run.py