/iris-client

Primary LanguageTypeScriptMIT LicenseMIT

Iris

Source code for iris.to

Checks Tests Tauri Build

Ask DeepWiki

Development

# Install dependencies
yarn

# Start development server
yarn dev

# Build for production
yarn build

# Run tests
yarn test    # Run all tests
yarn test:ui # E2E tests with UI mode

Tauri

# Desktop
yarn tauri dev
yarn tauri build

# Mobile
yarn tauri [android|ios] init
yarn tauri [android|ios] dev