Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 555 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 555 Bytes

Twitch Plays Mystery Hunt

  • Puzzle Authors: Ryan Veeder, Hubert Hwang
  • Tech Authors: Ben Weissmann (backend & dirty wasm tricks), Xavid (frontend)

Getting it running

  1. cd backend; docker-compose build && docker-compose up
  2. cd frontend; yarn install; yarn run build-watch (you'll need yarn, sigil, uglifyjs, and emcc installed and on your $PATH)
  3. Open frontend/index.html in your browser