Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 636 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 636 Bytes

Fast Feedback

Easily add user reviews, feedback, and comments to your website in one line of code.

This product is being built as part of React 2025.

Running Locally

$ git clone https://github.com/leerob/fastfeedback.git
$ cd fastfeedback
$ yarn
$ yarn dev

Environment Variables

NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
FIREBASE_PRIVATE_KEY=
FIREBASE_CLIENT_EMAIL=

Built Using