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.
# Setup
pnpm install
# Preview
pnpm dev
# Lint
pnpm lint
# Format
pnpm format
# Build
pnpm build
# Preview the built website
pnpm preview