Client side of the AutoVet app
We are developing using the following tools/libraries: Frontend: React, Radix UI, TailwindCSS, Backend: Next.js, Firebase Firestore & Auth, tRPC Helper Libraries: react-hook-form, react-firebase-hooks
Clone the project
git clone https://JUDGECH19@dev.azure.com/JUDGECH19/AutoVet/_git/AutoVet_ClientGo to the project directory
cd autovet_clientInstall dependencies
npm installcreate .env file from .env.example
Start the server
npm run dev