Application that enables faculties to collect feedbacks from students and analyze them effectively.
- Clone the repo Open your terminal and run following command
git clone "https://github.com/aqeelshamz/faculty-feedback.git"
2. Install dependencies using pnpm If you did'not installed pnpm yet, run `npm install -g pnpm` to install pnpm globally in your machine (assuming Node.js is already installed).
After installing pnpm, run the following command to install project dependencies.
pnpm i
3. Run the project Now you're all set to run the project. Use following command when you're ready. ```bash pnpm dev ```
4. Open in browser It'll run the project in port 3000 by default. Open your browser and visit localhost:3000