A library for the backend of the boardgame Carcassonne
Run npm install
Run npm run build
or tsc
in current directory and javascript will be output to a dist/
directory.
To generate an API reference manual, run npm run docs
and the reference manual will be generated as HTML files.