AymericBebert / count-together

Count together the scores on your card or board games !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Count together the scores on your card or board games !

License:MIT License


Languages

Language:TypeScript 72.0%Language:HTML 15.6%Language:SCSS 10.0%Language:JavaScript 0.9%Language:Dockerfile 0.8%Language:Shell 0.7%