Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 683 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 683 Bytes

Pigeon Frontend

This is the frontend for the Pigeon app, used to schedule posts on LinkedIn.

Built With

  • React
  • TypeScript
  • Styled-Components
  • react-query
  • vite

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository git clone https://github.com/hannanel100/pigeon-frontend.git

  2. Install dependencies

        cd pigeon-frontend
        yarn install
  3. Start the development server

        yarn dev
  4. Open http://localhost:5173 to view the app in the browser.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.