mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
833 B
833 B
Development Commands
Running Applications
yarn suite:dev # Web app at http://localhost:8000
yarn suite:dev:desktop # Desktop Electron app
yarn suite:dev:vite # Development with Vite (faster hot reload)
Code Quality
yarn lint # Lint JavaScript/TypeScript and styles
yarn lint:js:fix-files # Auto-fix linting issues
yarn format # Format code with Prettier
yarn type-check # TypeScript type checking (10-15 minutes)
Testing
yarn test:unit # Run unit tests
yarn workspace @package-scope/package-name test:unit # Test specific package
Build Commands
yarn build:libs # Build all libraries (required after dependency changes)
yarn suite:build:web # Production web build