/backgammon-ng-client-old

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

backgammon-ng-client

Setup

Prefer pnpm over yarn or npm.

pnpm i

Targets

Targets may be run with pnpm run <target>.

Target Description
serve Compiles and hot-reloads for development
build Compiles minifies for production
test:unit Runs unit tests
test:e2e Runs end-to-end tests
lint Lints and fixes code