Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 511 Bytes

An app to track your Catan game statistics.

Scripts

There are some helpful scripts to run:

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.

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