An open API service indexing awesome lists of open source software.

https://github.com/owanturist/catanstat

An app to track your Catan game statistics.
https://github.com/owanturist/catanstat

catan-board-game statistics

Last synced: 3 months ago
JSON representation

An app to track your Catan game statistics.

Awesome Lists containing this project

README

        

# [catanstat](https://catanstat.surge.sh)

An app to track your [Catan](https://www.catan.com/) game statistics.

## Scripts

There are some helpful scripts to run:

```bash
npm run dev # Starts the app in development mode

npm run build # Builds the app for production

npm run analyze # Runs the production code analysis

npm run ts # Runs the TypeScript compiler
```

## Deployment

The app is deployed via [surge.sh](https://surge.sh).

```bash
npm run build && surge ./build https://catanstat.surge.sh
```