Skip to content

Munadil16/use-feedback

Repository files navigation

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