Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 724 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 724 Bytes

UseFeedback

We built UseFeedback to simplify gathering feedback. Easily collect customer feedback with no technical skills or hosting required.

Prerequisites

  1. Next.js
  2. TypeScript
  3. Tailwind CSS
  4. Prisma
  5. Zod
  6. Shadcn/ui

Installation

  1. Clone the repository:
  git clone https://github.com/Munadil16/use-feedback.git
  cd use-feedback
  1. Install dependencies:
  pnpm install
  1. Environment variables:
  cp .env.example .env.local
  1. Start the development server:
  pnpm dev