Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 377 Bytes

vtm-tracker

Simple web app written in Haskell to track character statistics for the VTM tabletop game.

To use:

cd <project dir>
stack build
stack exec vtmtracker

Warning: this is a toy app I did to get more familiar with CSS3 and some Haskell web technologies. The app is not secure (there isn't even a login), nor will it handle multiple connections gracefully.