Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 418 Bytes

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