Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 403 Bytes

CoverIt web

Technologies Used

  • TypeScript
  • React 18.2.0
  • Rect router 6.22.3
  • Vite 5.16

Running the Projects

  1. Clone the repository to your local machine.
  2. Install dependencies by running pnpm i.
  3. Add .env file
cp .env.example .env
  1. Start the development server with pnpm run dev.
  2. Open your browser and navigate to http://localhost:3000/ to view the project.