Skip to content

Installation

NOT YET PUBLISHED

TSudoku packages are not yet published to npm. This page documents the planned installation process.

Once published, install with:

bash
npm install @tsudoku/core

Or with pnpm:

bash
pnpm add @tsudoku/core

Development Setup

To work on TSudoku locally:

bash
git clone https://github.com/tsudoku/tsudoku.git
cd tsudoku
pnpm install
pnpm build
pnpm test