Skip to content

pyazo-screenshot/webapp

Repository files navigation

Pyazo Web App

Screenshot management application built with React.

Getting Started

Prerequisites

  • Node.js 24+
  • Yarn

Installation

yarn install

Development

yarn dev

Opens the app at http://localhost:3000

Production Build

yarn build

Preview Production Build

yarn preview

Environment Variables

Create a .env file in the project root:

VITE_API_BASE_URL=https://pyazo.com

Project Structure

src/
├── components/     # Reusable UI components
├── pages/          # Page components
├── styles/         # Global styles
├── utils/          # Utility functions
├── routes.jsx      # Route definitions
└── index.jsx       # App entry point

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors