# Reduce Frontend This is the frontend for the Reduce URL shortener, built with React, Vite, TypeScript, Tailwind CSS, and Chakra UI. ## Development 1. Install dependencies: ```bash npm install ``` 2. Run the development server: ```bash npm run dev ``` ## Docker The frontend is set up to run with Docker Compose.