mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
@trezor/suite-web
Build target for web environment.
Development
yarn workspace @trezor/suite-web dev
Bundle analysis
Visualize size of output files with Webpack Bundle Analyzer
yarn workspace @trezor/suite-web analyze
Preview
Start local server with production build and applied security headers:
yarn workspace @trezor/suite-web preview
Build & Preview
Build web app and run the preview command:
yarn workspace @trezor/suite-web build:preview