This is a Next.js project bootstrapped with create-next-app. It's a platform for anonymous feedback.
First, ensure you have the necessary environment variables set (see .env.sample). Then, run the development server:
npm run dev
# or
yarn dev
# or
# TrueFeedback Platform
An anonymous feedback platform built with Next.js.
## Demo
Visit the live application at: [https://truefeedback-pi.vercel.app/](https://truefeedback-pi.vercel.app/)
## Development Setup
1. Clone the repository
2. Create `.env` file from `.env.sample` template
pnpm dev
# or
# TrueFeedback Platform
A platform for anonymous feedback built with Next.js.
## Live Demo
The application is live at: [https://truefeedback-pi.vercel.app/](https://truefeedback-pi.vercel.app/)
## Getting Started
1. Clone the repository
2. Copy `.env.sample` to `.env` and configure the environment variables
bun devOpen http://localhost:3000 in your browser to see the result.
You can start editing the page by modifying the relevant files in the app directory. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, see these resources:
This project is deployed on Vercel at: https://truefeedback-pi.vercel.app/
You can deploy your own instance using the Vercel Platform from the creators of Next.js.
See our Next.js deployment documentation for more details.