/count-together

Count together the scores on your card or board games !

Primary LanguageTypeScriptMIT LicenseMIT

CountTogether

Count together the scores on your card or board games!

Installation

npm install

Development server

Run npm run start for a dev server. Navigate to http://localhost:4500/. The app will automatically reload if you change any of the source files.

Build and publish a new version

We use GitHub Actions to build the new version on release.

In order to build a new version, you need to create a new release on GitHub, using semver tags.

Running unit tests

npm run test

Run as static website

npm run build:serve

Analyse bundle size

npm run build:stats

Then import your dist/count-together/stats.json file on esbuild Bundle Size Analyzer