@bridge-tools/core is an open-source library written in Typescript. It is designed to simplify the process of writing bridge software. The types and functions provided form the fundamentals to allow a Typescript bridge platform to be built quickly, with less initial effort.
The idea of @bridge-tools/core came from libraries designed for other games, such as chess.js.
packages/core: the main library code, holding the basic types and functions to manipulate thempackages/generator: a package to generate random dealsapps/website: the code for the website at bridge-tools.comtools/eslint-config-bridge-tools: aneslintconfiguration for this mono-repotools/tsconfig: thetsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
To build all apps and packages, run the following command:
pnpm build
To run the development server, run the following command:
pnpm dev