Installation

Setting Up Tarin in Your Project

System Requirements

  • TypeScript must be configured in your project, as Tarin is built to leverage TypeScript for enhanced functionality.

Automatic Installation

For a quick start, we recommend cloning our quick-start repository, which automatically sets up everything for you:

git clone https://github.com/abdelfetah18/tarin-quick-start

Manual Installation

Alternatively, you can manually install Tarin by running:

npm install tarin

After installation, follow the Getting Started guide to configure and use Tarin in your project.