Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 396 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 396 Bytes

carcassonne

A library for the backend of the boardgame Carcassonne

Usage

Install TypeScript and TSDoc

Run npm install

Compile TypeScript

Run npm run build or tsc in current directory and javascript will be output to a dist/ directory.

Generate API Reference

To generate an API reference manual, run npm run docs and the reference manual will be generated as HTML files.