Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 744 Bytes

Knickzettelspiel

The rules are simply: just continue the story from the previous player.

Installation

# it is highly recommended to first create a virtual python and then a virtual node environment
pip install -r requirements.txt
npm install

Development

# activate both virtual environments
python server.py
# open a separate terminal, activate again the environments
npm run serve

Technology stack