Screenshot management application built with React.
- Node.js 24+
- Yarn
yarn installyarn devOpens the app at http://localhost:3000
yarn buildyarn previewCreate a .env file in the project root:
VITE_API_BASE_URL=https://pyazo.com
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── styles/ # Global styles
├── utils/ # Utility functions
├── routes.jsx # Route definitions
└── index.jsx # App entry point