mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 00:38:15 +01:00
556 B
556 B
Setup Requirements
- Node.js (version specified in
.nvmrc, use NVM:nvm install) - Yarn (version specified in
package.jsonpackageManager field) - Git LFS for binary assets
- Git submodules support
Initial Setup
# Setup Git LFS and submodules
git submodule update --init --recursive
git lfs install
git lfs pull
# Install dependencies
nvm install
yarn # Use --mode=skip-build if Playwright fails
# Build essential libraries (required before development)
yarn build:essential # Allow 3-5 minutes for completion