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.
- Host: GitHub
- URL: https://github.com/owanturist/catanstat
- Owner: owanturist
- License: bsd-3-clause
- Created: 2019-10-28T05:49:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T12:44:44.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:45:24.691Z (5 months ago)
- Topics: catan-board-game, statistics
- Language: TypeScript
- Homepage: https://catanstat.surge.sh
- Size: 977 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 modenpm 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
```