Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 433 Bytes

LCR

Installation

Make sure that you have GHC and Stack installed. You can find installation instructions here

To get a game_log out, run

>>> stack run

This will save a game_log.json to the right place in the typescript files.

Afterward, making sure you have npm installed, run the app locally after you cd my-game-ui via

>>> npm start

WIP: enjoy! Let's collab!