Skip to content

CyrusYip/resolution-viewer

Repository files navigation

resolution-viewer

Live demo

resolution-viewer is a website that shows your device's physical resolution, logical resolution, viewport size and scale. Information will be updated when the window is resized.

Development

# Setup
pnpm install
# Preview
pnpm dev
# Lint
pnpm lint
# Format
pnpm format
# Build
pnpm build
# Preview the built website
pnpm preview